Archived Forum Post

Index of archived forum posts

Question:

WSAEWOULDBLOCK

Aug 15 '13 at 10:05

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


Answer

See http://www.cknotes.com/?p=282


Answer

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.