What are the error codes reported by G6FTP Server (Winsock error code) ?
Here is the list : 10004 – WSAEINTR : An action was cancelled by the programmer 10009 – WSAEBADF : The program used an invalid socket handle 10013 – WSAEACCES : Attempted to send to a broadcast address 10014 – WSAEFAULT : Program error – invalid memory address 10022 – WSAEINVAL : Program error – invalid action requested 10024 – WSAEMFILE : Run out of sockets 10035 – WSAEWOULDBLOCK : The socket is not ready 10036 – WSAEINPROGRESS : An action is already pending 10037 – WSAEALREADY : Tried to cancel an action which was already complete 10038 – WSAENOTSOCK : The program used an invalid socket handle 10039 – WSAEDESTADDRREQ : A destination address was not supplied 10040 – WSAEMSGSIZE : A datagram was too small for data supplied 10041 – WSAEPROTOTYPE : The protocol type was invalid for this socket 10042 – WSAENOPROTOOPT : Unknown or unsupported socket option specified 10043 – WSAEPROTONOSUPPORT : The specified protocol is not supported 10044 – WSAESOCKTNOSUPPORT : The specified socket type i