1830212 Members
1584 Online
109999 Solutions
New Discussion

Timeout on ftp

 
Edwin Ruiz_2
Super Advisor

Timeout on ftp

Hi!
I want to change the timeout fot ftp.. how can i change it?

Ples help me
3 REPLIES 3
Martin P.J. Zinser
Honored Contributor

Re: Timeout on ftp

Here is what my man pages for wu.ftpd says

FTPD(8) FTPD(8)



NAME
ftpd - DARPA Internet File Transfer Protocol server

SYNOPSIS
ftpd [ -d ] [ -v ] [ -l ] [ -ttimeout ] [ -Tmaxtimeout ] [
-a ] [ -A ] [ -L ] [ -i ] [ -o ] -uumask ]


you would specify the parameters in your (x)inetd config

Greetings, Martin
Steven E. Protter
Exalted Contributor

Re: Timeout on ftp

usually in the ftpacess file.

ftp doesn't read the environment so the TMOUT variable won't help.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alexander Chuzhoy
Honored Contributor

Re: Timeout on ftp

If it's vsftpd installed -edit the /etc/vsftpd/vsftpd.conf and change the line with "idle_session_timeout=600" to suit your needs.....
Best Regards