To enable the FTP server function on a router, set the username and password to "huawei", and set the FTP root directory to "flash:/dhcp/", which of the following commands must be configured?
To enable an FTP server on a Huawei router, the following commands are required:
Create the FTP user and set the allowed service:
local-user huawei service-type ftp
Set the FTP user's password:
local-user huawei password cipher huawei
Specify the root directory for FTP access:
local-user huawei ftp-directory flash:/dhcp/
Enable the FTP server function:
ftp server enable
Since all four commands are required, the correct answers are A, B, C, and D.
[Reference:Huawei HCIA-Datacom Official Documentation - FTP Server Configuration, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit