Browse by Tags
All Tags » ftp » exception (RSS)
-
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 ...
-
Hi Andrea,
since I don't know exactly what is going on with your connection, I can only give you a direction, not a solution. You could monitor the ftp client state. The possible states are Broken, Closed, Connecting, Executing, Fetching and Open. So you could add to your code:
AddHandler udtLocalFtpConnection.StateChanged, ...
|
|
|
|