Wow touchy.
First off I would like to thank you for offering FileZilla to the public open source. It is great software and it replaced all my commercial ftp clients!
I too am having the problems. On other networks as well. WS_FTP Pro and others do not lose the connection unless there is inactivity after 600 seconds. It is weird, I will xfer a file to the server and less than 3 seconds later get a response and the connection is dropped:
Code:
421 No Transfer Timeout (300 seconds): closing control connection.
Error: Disconnected from server
I am the server admin and it is a proftpd server on red hat enterprise linux. Connected to other servers using different versions of proftpd with filezilla and other clients. Filezilla drops, the others don't. One server with timeoutlogin set to 400 rather than 300 and the connection dropped after 400 seconds. I agree it is the FTP server dropping the connection, just don't get why its not timing out after 600 seconds like the others? What would cause this? I've even tested on a network that has no firewall with a direct connection to the net. I am using Vista, any compatibility issues with filezilla and vista?
My proftpd server version is 1.2.10 (where I first noticed the problem).
My timeout settings are as follows:
Code:
#Time out parameters
TimeoutIdle 600
TimeoutNoTransfer 600
TimeoutLogin 300
Not sure why this is only happening with filezilla vs the other clients. I had an older version of filezilla that did not do this as well. FileZilla version: 3.0.10
Thanks in advance for your response!