I get this error when copying a file to a server using Passive FTP but I can freely copy files to and from this server using FileZilla. I used the Chilkat example code and 64-bit .NET 4.0 DLL. I successfully logged in and changed directory but the file put and get operations failed. Any recommendations?
Steve Rhoads srhoads5@gmail.com
This was my bad because I failed to read all the errors and recommendations on the log. The problem was cured by using the PassiveUseHostAddr feature.