[mono-android] Example FTP

Jonathan Pryor jonp at xamarin.com
Wed Feb 22 14:27:21 UTC 2012


On Feb 22, 2012, at 7:21 AM, Natanael wrote:
> I need an example in C # monodroid how to ftp. Anyone have any examples.

Have you tried using WebClient or WebRequest with an ftp:// url? It should work, considering that we have the FTP support classes, e.g.:

	http://androidapi.xamarin.com/?link=T:System.Net.FtpWebRequest

 - Jon



More information about the Monodroid mailing list