C Chris Calhoun Jul 16, 2003 #1 Is it possible to write an application to peocess files using FTP and SSL sort of like WS FTP Pro? Thanks in advance.
Is it possible to write an application to peocess files using FTP and SSL sort of like WS FTP Pro? Thanks in advance.
N Nicholas Paldino [.NET/C# MVP] Jul 16, 2003 #2 Chris, Yes, it is, but you have to write it from scratch, as the framework doesn't have support for sockets using SSL, or for using the FTP protocol. Hope this helps.
Chris, Yes, it is, but you have to write it from scratch, as the framework doesn't have support for sockets using SSL, or for using the FTP protocol. Hope this helps.