ftp doesn't work

the servers are offline or blocking my ip:
C:\Users\yoeri>ping 185.27.134.11

Pinging 185.27.134.11 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 185.27.134.11:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

please help!

@Admin

@yoerithor1231 said:
the servers are offline or blocking my ip:
C:\Users\yoeri>ping 185.27.134.11

Pinging 185.27.134.11 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 185.27.134.11:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

please help!

You are not supposed to ping that address, it is DDoS protected and that is why you cannot ping it.

Have you tried to access it using ftp://185.27.134.11 ?
Try using ftpupload.net in the place of the FTP hostname, it will work better.

1 Like

@yoerithor1231 said:
the servers are offline or blocking my ip:
C:\Users\yoeri>ping 185.27.134.11

Pinging 185.27.134.11 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 185.27.134.11:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

please help!

They are not blocking your IP, they are blocking ping requests. Fortunately, you don’t want to use ping, you want to use FTP, which is not blocked.

A successful ping to an IP means the host is up. But that doesn’t mean that an IP which cannot be pinged is not up.