Q. I'm using ProFTPD FTP server under CentOS Linux. How do I make sure that my FTP client does not disconnect or timeout connection to FTP server?
A. Most ftp client can ping to FTP server to stay connected but some client cannot do this. However, you can increase timeout on server itself.
TimeoutNoTransfer directive
The TimeoutNoTransfer directive configures the maximum number of seconds a client is allowed to spend connected, after authentication, without issuing a command which results in creating an active or passive data connection (i.e. sending/receiving a file, or receiving a directory listing).
Open your /etc/proftpd.conf file, enter:
# vi /etc/proftpd.conf
Set TimeoutNoTransfer to 1200 from default 300:
TimeoutNoTransfer 1200
Restart proftpd:
# service proftpd restart
See ProFTPD tutorial for more information.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 2 comments… read them below or add one }
I’m using FileZilla and all of the “failed” files say that the reason they failed is that they “Timed Out.”
Is there some other FTP client I should be using instead? Is there anything I can do about this? Is it the server (webhost) itself that is the problem?
It’s extremely frustrating… I’ve successfully ftp’d many times before, but now I can’t get it to work… (I’m trying to upload and install wordpress – which I’ve done before many times…)
It is possible that network or your ftp server have some sort of problem. You better contact your hosting company.