P Paolol Oct 30, 2007 #1 Hi, I'm looking for some network components ( ftp,ftps.. ) any one can suggest me some good one ? Thanks to all Paolol
Hi, I'm looking for some network components ( ftp,ftps.. ) any one can suggest me some good one ? Thanks to all Paolol
N Nicholas Paldino [.NET/C# MVP] Oct 30, 2007 #2 Paolol, What's wrong with the FtpWebRequest and FtpWebResponse classes? I don't think they support FTPS though, but definitely FTP.
Paolol, What's wrong with the FtpWebRequest and FtpWebResponse classes? I don't think they support FTPS though, but definitely FTP.
P Paolol Oct 31, 2007 #3 Hi Nicholas, nothing wrong with them, can I use in a windows form ? Thanks, Paolo Nicholas Paldino said: Paolol, What's wrong with the FtpWebRequest and FtpWebResponse classes? I don't think they support FTPS though, but definitely FTP. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Paolol said: Hi, I'm looking for some network components ( ftp,ftps.. ) any one can suggest me some good one ? Thanks to all Paolol Click to expand... Click to expand...
Hi Nicholas, nothing wrong with them, can I use in a windows form ? Thanks, Paolo Nicholas Paldino said: Paolol, What's wrong with the FtpWebRequest and FtpWebResponse classes? I don't think they support FTPS though, but definitely FTP. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Paolol said: Hi, I'm looking for some network components ( ftp,ftps.. ) any one can suggest me some good one ? Thanks to all Paolol Click to expand... Click to expand...
M Marc Gravell Oct 31, 2007 #4 NP> I don't think they support FTPS though, Actually, there is an EnableSsl property which when set to true does use protocol encryption. http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.enablessl.aspx Paolol> can I use in a windows form ? Yes Marc
NP> I don't think they support FTPS though, Actually, there is an EnableSsl property which when set to true does use protocol encryption. http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.enablessl.aspx Paolol> can I use in a windows form ? Yes Marc