GnuTLS error -53: Error in the push function

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Message
Author
greyambience
500 Command not understood
Posts: 1
Joined: 2013-04-19 17:50
First name: Jonas
Last name: Dahl

Re: GnuTLS error -53: Error in the push function

#16 Post by greyambience » 2013-04-19 19:54

I fixed this on my FTP.

It was a firewall/port forward problem.

I had a Qnap Nas behind a Asus RT-56U router

This is how I configured my router;

Under PORT FORWARDING

WRONG Got error 53
Port range: 55536,56559
Adress: 192.168.0.XXX
Local port: 55536
Protocol: BOTH


CORRECT
Port range: 55536,56559
Adress: 192.168.0.XXX
Local port: *leave it blank*
Protocol: TCP


That local port messed it up.

surferride
500 Command not understood
Posts: 3
Joined: 2014-03-14 08:11
First name: Surferride
Last name: Surferride

Re: GnuTLS error -53: Error in the push function

#17 Post by surferride » 2014-03-14 08:15

Hi, I am having the same problem and I tried with the port range forwarding but still didnt work.

Any ideas what it could be? This happens with one particular FTP Server and the Hosting provider says its my connection, not theirs.

This is what FileZilla shows (By the way I tried different computers and FTP clients and the same (or similar) errors occur)

Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 24 matches total
Command: PASV
Response: 227 Entering Passive Mode (217,26,52,15,192,226)
Command: REST 513163264
Response: 350 Restarting at 513163264
Command: STOR backup.tar
Response: 150 Accepted data connection
Error: GnuTLS error -53: Error in the push function.
Response: 226-Error during write to file
Response: 226-Transfer aborted
Response: 226 0.493 seconds (measured here), 97.27 Kbytes per second
Error: File transfer failed after transferring 327,680 bytes in 1 second

Thanks for your help!

Surferride

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: GnuTLS error -53: Error in the push function

#18 Post by botg » 2014-03-14 20:52

Response: 226-Error during write to file
That server is FUBAH, fucked up beyond all hope. It encounters a fatal error and responds with success[*], a natural born top manager.

[*]226 means the transfer finished successfully.

surferride
500 Command not understood
Posts: 3
Joined: 2014-03-14 08:11
First name: Surferride
Last name: Surferride

Re: GnuTLS error -53: Error in the push function

#19 Post by surferride » 2014-03-15 10:46

Thanks for your comments, the host finally found what the problem was.

While they were blaming to me because of firewall issues, the problem was that I am using a trial account which size was limited to 500 MB and I was trying to upload a file of 1 GB. When the file reached half of it, it started "bouncing"because of lack of space.

I m a little bit frustrated with their services already and haven't even yet started to host with them...not a very good sign.

Thanks for your comments on my question.

Surferride

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: GnuTLS error -53: Error in the push function

#20 Post by boco » 2014-03-15 18:15

But that doesn't change the fact that the server is broken.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

surferride
500 Command not understood
Posts: 3
Joined: 2014-03-14 08:11
First name: Surferride
Last name: Surferride

Re: GnuTLS error -53: Error in the push function

#21 Post by surferride » 2014-03-15 19:23

Thanks good that I haven't choose that host then!

To understand what's the problem? It's incorrectly configured ?

Thanks !

Surferride

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: GnuTLS error -53: Error in the push function

#22 Post by boco » 2014-03-15 21:44

It sends a 226 reply code (which means success) even though the transfer failed. Since FTP clients only evaluate the code, not the reply text (well, there are very few exceptions to that rule), the transfer is registered as successful. That might give you a lot of broken/truncated transfers.

The correct reply code would be 426.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply