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