CLI Reference FTP Server Configuration Commands
Default time is 30 minutes.
Global configuration mode.
Use this command to set the FTP session idle timeout. If
the session is idle, the FTP server deems the session
connection is invalid and disconnects with the user.
Caution
The session idle time refers to the time for the FTP
session between two FTP operations.
The following example shows how to set the session idle timeout as
5m:
Ruijie(config)# ftp-server timeout 5
The following example shows how to restore the session idle timeout
to the default value(30m):
Ruijie(config)# no ftp-server timeout
ftp-server username
Use this command to set the login username for the FTP server. Use the no form of this command to cancel the
username configuration.
ftp-server username username
no ftp-server username
By default, no username is set.
Global configuration mode.