The prompt command enables the prompt function when files are transmitted between the FTP client and server.
The undo prompt command disables the prompt function.
By default, the prompt function is disabled.
Usage Scenario
You can enable the prompt function as required when transmitting files between the FTP client and server.
Precautions
# Enable the FTP message prompt function.
<HUAWEI> ftp 10.137.217.201 Trying 10.137.217.201 ... Press CTRL+K to abort Connected to 10.137.217.201. 220 FTP service ready. User(10.137.217.201:(none)):huawei 331 Password required for huawei. Enter password: 230 User logged in.
[ftp]
[ftp] prompt Info: Succeeded in switching prompt on.
# Disable the FTP message prompt function.
[ftp] undo prompt Info: Succeeded in switching prompt off.