FTP Transfers

  • Thread starter Thread starter Ken Allen
  • Start date Start date
Ken,

In the current version, there is not, you would have to call the WinInet
functions through the P/Invoke layer or use a third-party component.

In the next version of .NET, there will be support for downloading files
from an FTP source.

Hope this helps.
 
Hi Ken,

No, you will have to create your own classes or use one of the 3rd party
libraries available.

Happy coding!
Morten Wennevik [C# MVP]
 
Yes, but not directly. You have to use System.Net.Sockets.Socket and do it
manually.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top