67
Description
Use the
verbose
command to enable the protocol information function to display
detailed prompt information.
Use the
undo verbose
command to disable the protocol information function.
By default, the protocol information function is enabled.
Examples
Example 1:
Enable the protocol information function.
[ftp] verbose
FTP: verbose is on
Example 2:
Disable the protocol information function and perform the Get operation.
[ftp] undo verbose
FTP: verbose is off
[ftp] get startup.cfg bb.cfg
FTP: 3608 byte(s) received in 0.052 second(s), 69.00K byte(s)/sec.
[ftp]
Example 3:
Enable the protocol information function and perform the Get operation.
[ftp] verbose
FTP: verbose is on
[ftp] get startup.cfg aa.cfg
227 Entering Passive Mode (192,168,1,46,5,85).
125 ASCII mode data connection already open, transfer starting for
/startup.cfg.
226 Transfer complete.
FTP: 3608 byte(s) received in 0.193 second(s), 18.00K byte(s)/sec.