The prompt command enables the prompt message to get the confirmation from the user to transfer the file or not.
The undo prompt command disables the prompt.
By default, the prompt is disabled.
# Enable FTP prompt mode.
<sysname> ftp 10.10.10.1 Trying 10.10.10.1... Press CTRL+K to abort Connected to 10.10.10.1. 220 FTP service ready. User (10.10.10.1: (none)):huawei 331 Password required for huawei Enter password: 230 User logged in. [ftp] prompt Info: Succeeded in switching prompt on.
# Disable FTP prompt mode.
[ftp] undo prompt Info: Succeeded in switching prompt off.