Could'nt bind on IP. Reason: WSAEADDRNOTAVAIL

Hi All.

FTP server giving this error: WSAEADDRNOTAVAIL

What may be the issue?

Ping Failure.

From the error message, the address is not available.

Check your IP / Port.

Then check the username / password again.

“WSAEADDRNOTAVAIL” error is WINSOCK indicated.

From:

:point_down:

WSAEADDRNOTAVAIL
10049 Cannot assign requested address.
The requested address is not valid in its context. This normally results from an attempt to bind to an address that is not valid for the local computer. This can also result from connect, sendto, WSAConnect, WSAJoinLeaf, or WSASendTo when the remote address or port is not valid for a remote computer (for example, address or port 0).

Maybe local firewall is interfering with the connection. Please check.

I think it’s the same problem (and solution found here): :point_down:

This is because you need the Server Type set to UNIX, and the Passive Mode set to Active in Filezilla.