Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

dittodhole/dotnet-silverlight-ftp

Repository files navigation

sharpLightFtp

sharpLightFtp is a Silverlight 5 assembly, written in C#. It enables rudimental ftp-access within an in-browser scenario.

Download

If you have NuGet installed, run the following command in the Package Manager Console, to install sharpLightFtp

PM> Install-Package sharpLightFtp

Notes

I am using System.Net.FtpClient as a guideline, as this project contains many helpful things (eg already implemented parsing of directory-listing, ...).

Configure your Silverlight-Application properly

You need to follow this awesome tutorial to enable elevated trust in-browser, which is needed for socket-programming.

License

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2004 Sam Hocevar sam@hocevar.net

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

  1. You just DO WHAT THE FUCK YOU WANT TO.

About

sharpLightFtp is a Silverlight 5 assembly, written in C#. It enables rudimental ftp-access within an in-browser scenario.

Topics

Resources

License

WTFPL, WTFPL licenses found

Licenses found

WTFPL
LICENSE
WTFPL
licence.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published