[Mono-list] file transefer through mono

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Mon Nov 16 17:07:21 EST 2009


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




More information about the Mono-list mailing list