sharpLightFtp is a Silverlight 5 assembly, written in C#. It enables rudimental ftp-access within an in-browser scenario.
If you have NuGet installed, run the following command in the Package Manager Console, to install sharpLightFtp
PM> Install-Package sharpLightFtp
I am using System.Net.FtpClient as a guideline, as this project contains many helpful things (eg already implemented parsing of directory-listing, ...).
You need to follow this awesome tutorial to enable elevated trust in-browser, which is needed for socket-programming.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar [email protected]
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- You just DO WHAT THE FUCK YOU WANT TO.