The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-26-2009
garethr garethr is offline
Registered User
  
 

Join Date: May 2009
Location: England
Posts: 91
man page for ftpd shows:
-t TimeOut
Logs out inactive sessions after the number of seconds specified by the TimeOut variable. The default limit is 15 minutes (900 seconds). The timeout applies to both the data and the control connections.


ftpd is started in /etc/inetd.conf, so the option could be added there. I'm not sure where else the config should go.