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.
🐧 4 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
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.
I created a site but i want to upload PBNL but am having a problem on it
I created a site but i want to upload PBNL but am having a problem on it please help me