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


_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to