Run the display ftp-server command in any view to check the FTP server status.
<HUAWEI> display ftp-server
Info: The FTP server is already disabled.
Run the ftp server enable command in the system view to start the FTP server.<HUAWEI> system-view [HUAWEI] ftp server enable Info: Succeeded in starting the FTP server.
<HUAWEI> display ftp-server
FTP server is running
Max user number 5
User count 0
Timeout value(in minute) 30
Listening port 21
Acl number 0
FTP server's source address 0.0.0.0
FTP SSL policy
FTP Secure-server is stopped
Run the display tcp status command in any view to check the current TCP port listening status.
<HUAWEI> display tcp status
TCPCB Tid/Soid Local Add:port Foreign Add:port VPNID State
2a67f47c 6 /1 0.0.0.0:21 0.0.0.0:0 23553 Listening
2b72e6b8 115/4 0.0.0.0:22 0.0.0.0:0 23553 Listening
3265e270 115/1 0.0.0.0:23 0.0.0.0:0 23553 Listening
2a6886ec 115/23 10.137.129.27:23 10.138.77.43:4053 0 Establish
ed
2a680aac 115/14 10.137.129.27:23 10.138.80.193:1525 0 Establish
ed
2a68799c 115/20 10.137.129.27:23 10.138.80.202:3589 0 Establish
ed
Run the display ftp-server command in any view to check the listening port number of the FTP server.
<HUAWEI> display ftp-server FTP server is running Max user number 5 User count 0 Timeout value(in minute) 30 Listening port 21 Acl number 0 FTP server's source address 0.0.0.0 FTP SSL policy FTP Secure-server is stopped
If the listening port number is not 21, run the ftp server port command to set the listening port number to 21.
<HUAWEI> system-view [HUAWEI] undo ftp server Warning: The operation will stop the FTP server. Continue? [Y/N]:y Info: Succeeded in closing the FTP server. [HUAWEI] ftp server port 21 [HUAWEI] ftp server enable Info: Succeeded in starting the FTP server.
Alternatively, enter the port number configured on the server when setting up an FTP connection on the FTP client.
The FTP user name, password, authorized directory, and user level must be configured. If the FTP authorized directory and user level are not configured, login fails.
The service type is optional. By default, the system supports all service types. If you set the service-type parameter, only the service types that you set are available to the FTP user.
Run the local-user user-name service-type ftp command to set the service types for the FTP user.
Run the display ftp-users command to check the number of online FTP users.
Run the display [ ipv6 ] ftp-server command to check the ACL rule on the FTP server.
If an ACL is configured on the FTP server, only IP addresses specified in the ACL can log in to the FTP server.