Browse by Tags
All Tags » ftp » SSL (RSS)
-
Hi,
I need to work on Implicit secure ftp connection over the web. Here the code which does the authentication
fc = new Xceed.Ftp.FtpClient();fc.CertificateReceived += new CertificateReceivedEventHandler(fc_CertificateReceived);fc.CommandSent += new CommandSentEventHandler(fc_CommandSent);fc.ReplyReceived += new ...
-
Hello,We are trying to use xceed FtpClient class to download files from one of our partners. Said partner is using somewhat unconventional setup with SSL encryption and ''Clear Command Channel'' command, xceed FtpClient class is one of the few components that can handle both of these requirements. It is also my understanding that said partner uses ...
-
I have read in previous posts as recent as middle of 2008 that you do NOT support the feature of using the ''Host Address'' instead of the address returned in response to a PASV (passive) command.
Obviously the problem here is with SSL and when the host server is NATed behind a firewall. Due to the fact that the encrypted packets can not be ...
|
|
|
|