On Mon, 2009-11-09 at 02:14 -0800, Bharti Mishra wrote: > Hi, > > I am using mono 2.4.3 on open suse 11.1 to migrate vb.net application. In my > application I have to upload a file and transfer it onto the host through > FTP. > > I like to know, how mono can send file through FTP.
The easiest way is to use either System.Net.WebClient with an ftp:// url or System.Net.FtpWebRequest. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
