Click to See Complete Forum and Search --> : Ftp


lloydy
January 17th, 2005, 10:05 AM
Hi,

I'm trying to download a file to an FTP server I have running on a Linux box. I am writing my program in VC++.Net. There seems to be a lot around on how to do it in MFC, but what about .Net?

Can I use remoting given that it is a Linux box? I really would like to simply implement an FTP protocol.

Any suggestions?

Marc G
January 18th, 2005, 04:16 AM
You might want to take a look at edtFTPnet (http://www.enterprisedt.com/products/edtftpnet/overview.html) and How to access a File Transfer Protocol site by using Visual Basic .NET (http://support.microsoft.com/default.aspx?scid=kb;en-us;832679)

Andreas Masur
January 18th, 2005, 06:53 AM
Implementing FTP in the .NET Framework (http://www.15seconds.com/issue/041201.htm)

lloydy
January 18th, 2005, 08:09 AM
Thanks, thats great