Does anybody out there actively use and would recommend a decent FTPS component for use with my c# project?
I see that there are several options available, but if anyone has a good experience with one I'd love to get opinions.
Thanks
Printable View
Does anybody out there actively use and would recommend a decent FTPS component for use with my c# project?
I see that there are several options available, but if anyone has a good experience with one I'd love to get opinions.
Thanks
I have used the RebEx FTP component in the past to connect to a SFTP using SSH2 and it worked really well.
http://www.rebex.net/file-transfer-pack/default.aspx#
I have also used the Chilkat FTP components in the past to connect to an FTPS site and it worked very easily.
http://www.chilkatsoft.com/FTP-2-DotNet.asp
The only reason I have used both is because the Chilkat did not support the SFTP using SSH2. I contacted them about this and they told me it would be coming out soon (this was a few months ago), but my project couldn't wait for that.