421 Timeout after large file transfer

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
suctionman
500 Command not understood
Posts: 2
Joined: 2008-06-09 07:47

421 Timeout after large file transfer

#1 Post by suctionman » 2008-06-09 07:58

I have been using Filezilla for small scripts and images without problems, but the last couple of days I have been trying to upload a 200mb file to my server. The process all seems to work properly (I sit and wait 40 minutes for the transfer to be completed), but once it reaches 100% a box asking me if I want to replace the file I just uploaded with the same file again pops up. I click cancel, because I don't want to sit waiting for it to upload again for another 40 minutes (which is what happens). The message log reads:

Response: 421 Timeout.
Error: Disconnected from server

and the transfer is moved to 'Failed transfers' with the error 'timeout'. I have a keep-alive in place, and the timeout variable is set to 0. The file I am trying to upload will be on the server after all this, at least most of it, but clearly a few last bits haven't made it because the data is corrupt when I re-download it.

Thanks for any help.

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

Re: 421 Timeout after large file transfer

#2 Post by boco » 2008-06-09 08:58

Firewall/router/Antivirus/'security' software causing disconnection. Hard to say which one exactly. Read the Network Configuration Guide and identify the offending device/software.
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

suctionman
500 Command not understood
Posts: 2
Joined: 2008-06-09 07:47

Re: 421 Timeout after large file transfer

#3 Post by suctionman » 2008-06-10 00:10

Thanks for the response. I'm running Linux, and have no antivirus software. The only firewall is on my routers, and I've disabled all security measures on them. It now appears to successfully upload the file, but hangs on 100% with the message 'transferring' remaining. If I cancel the process queue, and then re-enable, the message log reads:

Error: Transfer aborted by user
Status: Starting upload of /home/tom/Desktop/4637
Status: Retrieving directory listing...
Status: ftpcontrolsocket.cpp(1707): Waiting for replies to skip before sending next command... caller=0x8da17d0

then continues to hang forever.

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

Re: 421 Timeout after large file transfer

#4 Post by botg » 2008-06-10 07:37

Cause by some router or firewall between the client and the server that does not comply to the TCP specifications. According to the TCP specifications, connections are to be assumed alive and active unless explicitly closed. A lot of rogue routers and firewalls however just drop connections that appear idle.

Post Reply