[Mono-list] how can I tranfer files by FTP using mono

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


On Tue, 2009-11-10 at 22:12 -0800, Bharti Mishra wrote:
> Hi,
> 
> I am migrating a vb.net project onto open suse through mono2.4.3. In my
> project there is a functionality through which we upload a text file and we
> transfer this file onto database.
> for FTP transfer now we are using vsdll.dll. it is default .net dll, which
> has already defined function to transer a file through ftp.
> when scan this dll through MoMA Analyser, it is showing "dll not in proper
> format". 
> 
> I like to know how mono will support this concept or give some suggestion
> how can I implement this functionality on linux through mono.

Use .NET's own System.Net.WebClient or System.Net.FtpWebRequest.

-Gonzalo




More information about the Mono-list mailing list