61
Relative command: ip ftp
1.5.5 ftp-server timeout
Command: ftp-server timeout <seconds>
Function: Set data connection idle time.
Parameter: <seconds> is the idle time threshold (in seconds) for FTP connection, the
valid range is 5 to 3600.
Default: The system default is 600 seconds.
Command mode: Global Mode
Usage Guide: When FTP data connection idle time exceeds this limit, the FTP
management connection will be disconnected.
Example: Modify the idle threshold to 100 seconds.
Switch#config
Switch(config)#ftp-server timeout 100
1.5.6 ip ftp
Command: ip ftp username <username> password [0 | 7] <password>
no ip ftp username <username>
Function: Configure the username and password for logging in to the FTP; the no
operation of this command will delete the configured username and password
simultaneously.
Parameters: <username> is the username of the FTP link, no longer than 16 characters;
<password> is the password of the FTP link, if input option 0 on password setting, the
password is not encrypted; if input option 7, the password is encrypted.
Default Settings: the system uses anonymous FTP links by default.
Command Mode: Global Configuration Mode.
Examples: Configure the username as Switch and the password as superuser.
Switch#
Switch#config
Switch(config)#ip ftp username Switch password 0 superuser
Switch(config)#
1.5.7 show ftp
Command: show ftp
Function: Display the parameter settings for the FTP server.