Page 1 of 1

GnuTLS error -53: Error in the push function.

Posted: 2012-01-19 13:41
by simha.chow
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

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

Posted: 2012-01-19 14:15
by boco
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.

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

Posted: 2012-01-19 14:53
by simha.chow
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

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

Posted: 2012-01-20 11:03
by boco
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.