How do I download a file from an FTP server using FTP over SSL using .NET?

Posted by atconway on Stack Overflow See other posts from Stack Overflow or by atconway
Published on 2010-10-28T19:19:22Z Indexed on 2011/01/17 15:53 UTC
Read the original article Hit count: 219

Filed under:
|
|

My post title almost states it all: How do I download a file from an FTP server using FTP over SSL using .NET? I have read a bit and there are several 3rd party components to purchase that wrap up this functionality.

The deal is, this is a very specefic need and is not going to grow much, so if downloading a file from an FTP server using FTP over SSL can be done using the .NET Framework (i.e. System.Net namespace or something), then that would be best. I don't need a ton of functionality, but if for some reason coding against a secure FTP server is a nightmare or not doable through the .NET Framework BCL that would be nice to know, as a 3rd party .dll might be best.

Thank you!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ftp