IP banned when use FTP

i’m using python ftplib for uploading file on ftpupload.net
after few uploads seems i’v got IP ban
|Status:|Resolving address of ftpupload.net|
|Status:|Connecting to 185.27.134.11:21…|
|Error:|Connection timed out after 20 seconds of inactivity|
|Error:|Could not connect to server|

when change IP - server again accessible, but after few uploads again - Could not connect to server

https://rumble.infy.uk/
my current IP 217.107.106.241

Have you tried using something like FileZilla? If that works you’re not up banned.

I had problems with the python ftplib so now I stick to FileZilla.

not works. as i said after few uploads i cant connect to server
only IP change help. and again only on few uploads

I know the system can give out an IP ban for multiple failed logins, but that’s the only reason I’ve heard of :confused:

Can you try with FileZilla with the full logs as below and share the logs so we can see if theres anything obvious

I also this article might help:

3 Likes

changed IP again. right now i’v added passive mode in ftplib and right now still connect to server after 20 mins after when IP was changed.
previously on that time i’v already can’t connect to server.
i will send debug logs if can’t connect to server again.

Trace: CControlSocket::SendNextCommand()
Trace: CFtpLogonOpData::Send() in state 0
Status: Resolving address of ftpupload.net
Status: Connecting to 185.27.134.11:21…
Error: Connection timed out after 20 seconds of inactivity
Trace: CRealControlSocket::DoClose(2050)
Trace: CControlSocket::DoClose(2050)
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: CControlSocket::ResetOperation(2114)
Trace: CFtpLogonOpData::Reset(2114) in state 1
Error: Could not connect to server
Trace: CFileZillaEnginePrivate::ResetOperation(2114)
Status: Waiting to retry…
Trace: CRealControlSocket::DoClose(66)
Trace: CControlSocket::DoClose(66)
Trace: CFtpControlSocket::ResetOperation(66)
Trace: CControlSocket::ResetOperation(66)
Trace: CFileZillaEnginePrivate::ResetOperation(66)
Trace: CControlSocket::DoClose(66)
Trace: CControlSocket::ResetOperation(66)
Trace: CFileZillaEnginePrivate::ResetOperation(66)
Trace: CControlSocket::SendNextCommand()
Trace: CFtpLogonOpData::Send() in state 0
Status: Resolving address of ftpupload.net
Status: Connecting to 185.27.134.11:21…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.