Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP Session timeout

Status
Not open for further replies.

nani3456

Vendor
Feb 4, 2004
56
US
Hi Guys,

Can anyone help me how to set the FTP timeout in unix (AIX)

Regards
Nani
 
google:
... increase the ftp timeout
permanently for a single machine
As root edit the system file /etc/inetd.conf
ftp stream tcp nowait root /usr/sbin/ftpd ftpd -t 1800

After refresh of the inetd subsystem the timeout will be 1800 seconds. Refreshing is accomplished by the line command
refresh -s inetd

or by the smitty - Processes & Subsystems - Subsystems - Refresh a Subsystem menu selection.

temporarily for an existing ftp session
As normal user the ftp subcommand
site idle 1800

will do the job. The currently valid timeout can be queried by the ftp subcommand
site idle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top