# Display FTP server parameter settings.
<HUAWEI> display ftp-server FTP server is running Max user number 5 User count 1 Timeout value(in minute) 30 Listening port 21 Acl number 2010 FTP server's source address 10.1.1.1 FTP SSL policy FTP Secure-server is stopped
# Display FTP server parameter settings when the secure FTP server function is enabled.
<HUAWEI> display ftp-server
FTP server is stopped
Max user number 5
User count 0
Timeout value(in minute) 1
Listening port 21
Acl number 0
FTP server's source interface LoopBack0
FTP SSL policy
FTP Secure-server is running
Item |
Description |
---|---|
FTP server is running |
The FTP server starts. You can run the ftp [ ipv6 ] server enable command to start the FTP server. |
Max user number |
Maximum number of users who can access the FTP server. |
User count |
Number of users who are accessing the FTP server. |
Timeout value(in minute) |
Idle timeout duration of FTP users. You can run the ftp [ ipv6 ] timeout command to set the idle timeout duration of FTP users. |
Listening port |
Number of the listening port on the FTP server. The default value is 21. If the value is not 21, you can run the ftp [ ipv6 ] server port command to configure the listening port number. |
Acl number |
Number of the ACL of the FTP server. The default value is 0. You can run the ftp [ ipv6 ] acl command to change the ACL number. |
FTP server's source address |
Source IP address for the FTP server to send packets. The default value is 0.0.0.0. You can run the ftp server-source command to configure the source IP address for the FTP server. Here, the source IP address 10.1.1.1 is displayed. If a source interface is configured, this field displays "FTP server's source interface LoopBack0." NOTE:
If you run the display ipv6 ftp-server command, the FTP server's
source interface LoopBack0 is not displayed. |
FTP SSL policy |
SSL policy that the secure FTP server function uses. Before enabling the FTP function, you must run the ftp secure-server ssl-policy policy-name command to configure the SSL policy. |
FTP Secure-server is stopped |
Whether to enable the secure FTP server function. To enable the secure FTP server function, disable the common FTP function and run the ftp secure-server enable command. |