Linux – How to Change FTP time out with SSH

ftplinuxtimeoutupload

I'm trying to upload (transfer) a 35GB file to a linux server through SFTP (filezilla).
After about 15 hours and 8% progress, I got an error on filezilla saying "Connection timed out".

How can I change or disable the ftp timeout?

Best Answer

@3mb's a minute.. wow ( this is going to take some time ) :P

170hours or so... hehe

What is your ftp daemon on the server???

I would attempt to edit these things on your daemon..

http://www.proftpd.org/docs/directives/linked/config_ref_TimeoutSession.html http://www.proftpd.org/docs/directives/linked/config_ref_TimeoutNoTransfer.html

And this on your ftp client (Filezilla)

http://forum.hostek.com/showthread.php?230-How-to-disable-FTP-timeout-in-Filezilla

Related Topic