FTP was working but now is not ? Strange

Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: Could not read from socket: ECONNABORTED - Connection aborted
Error: Disconnected from server

Other Information

5 min ago i was able to connect to my FTP (Fileziller) using the same credentials.

For whatever reason. i uploaded my php index file to server again.

then my connection went down?

Dont know why, hoping the error is a common one.

trhrows this error in Fileziller when i try to connect.

Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: Could not read from socket: ECONNABORTED - Connection aborted
Error: Disconnected from server

(other information and details relevant to your question)

Resolving address of ftpupload.net
Status: Connecting to 185.27.134.11:21…
Status: Connection established, waiting for welcome message…
Status: Initializing TLS…
Status: Verifying certificate…
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing…
Status: Directory listing of “/” successful

Then the error after 1 min

Response: 421 Timeout - try typing a little faster next time
Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: Could not read from socket: ECONNABORTED - Connection aborted
Error: Disconnected from server

That’s normal. Our FTP server is quite aggressive when it comes to shutting down inactive connections.

Stress on the inactive part. As long as you’re actively using the connection for folder navigation or file transfers, the connection will not be interrupted. But if you don’t use the connection for a while, the server will close it to free up connection slots for active users.

So you can just reconnect to the FTP server and continue from there.

1 Like

yes i sorted that issue. it was not a problem after all,

it was my files that where the problem.

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