GnuTLS error -53: Error in the push function.

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

Moderator: Project members

Post Reply
Message
Author
simha.chow
500 Command not understood
Posts: 3
Joined: 2012-01-04 19:14
First name: bob
Last name: bob

GnuTLS error -53: Error in the push function.

#1 Post by simha.chow » 2012-01-19 13:41

HI I am facing some critical issue since morning

Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 7 of 150 allowed.
Response: 220-Local time is now 13:38. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 5 minutes of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER linuxuqy
Status: TLS/SSL connection established.
Response: 331 User linuxuqy OK. Password required
Command: PASS *************
Response: 230 OK. Current restricted directory is /
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 Data protection level set to "private"
Status: Connected
Status: Starting upload of C:\Documents and Settings\abc\My Documents\My Videos\Downloads\SLES11\MOVs\abc.mov
Command: CWD /public_ftp/incoming/simha
Response: 250 OK. Current directory is /public_ftp/incoming/simha
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (174,122,46,31,235,103)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 6 matches total
Command: PASV
Response: 227 Entering Passive Mode (174,122,46,31,235,119)
Command: STOR abc.mov
Response: 150 Accepted data connection
Error: GnuTLS error -53: Error in the push function.
Error: Could not write to transfer socket: ECONNABORTED - Connection aborted
Response: 226-Error during write to file
Response: 226 Transfer aborted
Error: File transfer failed after transferring 262,144 bytes in 2 seconds
Status: Starting upload of C:\Documents and Settings\abc\My Documents\My Videos\Downloads\SLES11\MOVs\abc.mov
Status: Retrieving directory listing...
Command: PASV
Response: 227 Entering Passive Mode (174,122,46,31,234,197)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 6 matches total
Command: PASV
Response: 227 Entering Passive Mode (174,122,46,31,235,47)
Command: STOR LCBT_SLES11_001_Topology.mov
Response: 150 Accepted data connection
Error: GnuTLS error -53: Error in the push function.
Error: Could not write to transfer socket: ECONNABORTED - Connection aborted

Response: 226-Error during write to file
Response: 226 Transfer aborted
Error: File transfer failed after transferring 262,144 bytes in 1 second
Status: Starting upload of C:\Documents and Settings\abc\My Documents\My Videos\Downloads\SLES11\MOVs\abc.mov
Status: Retrieving directory listing...
Command: PASV
Response: 227 Entering Passive Mode (174,122,46,31,235,220)
Command: MLSD
Response: 150 Accepted data connection
Error: File transfer aborted by user
Response: 226-Options: -a -l
Response: 226 6 matches total


from the other xp machine connection to ftp server upload download also working fine

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

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

#2 Post by boco » 2012-01-19 14:15

These GnuTLS error messages are fairly cryptic. ''Error in the push function'' usually means the data port used for the transfer is blocked, or the connection has been aborted mid-transfer. According to your log, it's a block, since the transfer didn't even start (the 256K is only buffer filling). Usually caused by a third-party security software like a firewall doing things it shouldn't.
Response: 226-Error during write to file
Response: 226 Transfer aborted
Additionally, that server is broken and may confuse FTP clients. It gives an error about a transfer abort, together with a success reply-code.

226 is wrong in that case, must 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

simha.chow
500 Command not understood
Posts: 3
Joined: 2012-01-04 19:14
First name: bob
Last name: bob

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

#3 Post by simha.chow » 2012-01-19 14:53

Hi Boco,


I was excepting reply from you
thanks for that
but i can connect to same ftp server from other xp machine
how to resolve this issue in present machine

i tried deleting sshkeys of puttyand reinstalled installled again filezillla but no luck

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

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

#4 Post by boco » 2012-01-20 11:03

i tried deleting sshkeys of puttyand reinstalled installled again filezillla but no luck
You are not using SFTP, so deleting the SSH keys does nothing.
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