CLI Reference FTP Server Configuration Commands
Global configuration mode.
This command is used to enable the FTP server to
connect the FTP client to upload/download the files.
Caution
To enable the FTP client to access to the FTP server files,
this command shall be co-used with the ftp-server topdir
command.
The following example shows how to enable the FTP Server and
make the FTP client access to the syslog content only:
Ruijie(config)# ftp-server topdir /syslog
Ruijie(config)# ftp-server enable
The following example shows how to disable the FTP Server:
Ruijie(config)# no ftp-server enable
ftp-server password
Use this command to set the login password for the FTP server. Use the no form of this command to cancel the
password configuration.
ftp-server password [type] password
no ftp-server password
Define the encryption type of the
password: 0 or 7. The default type
is 0.
0 indicates the password is not
encrypted.
7 indicates the password is
encrypted.
The login password for the FTP
server.
By default, there is no password.