105
•
Method 1
ftp> user ftp 123456
331 Password required for ftp.
230 User logged in.
•
Method 2
ftp> user ftp
331 Give me your password, please
Password:
230 Logged in successfully
verbose
Use
verbose
to enable or disable the device to display detailed information about FTP operations.
Syntax
verbose
Default
The device displays detailed information about FTP operations.
Views
FTP client view
Predefined user roles
network-admin
Usage guidelines
The
verbose
command takes effect only for the current FTP session. It is lost after the session is
disconnected.
Examples
# Disable the device from displaying detailed information about FTP operations.
ftp> verbose
Verbose mode off.
# Execute the
get
command.
ftp> verbose
Verbose mode off.
ftp> get a.txt
# Enable the device to display detailed information about FTP operations.
ftp> verbose
Verbose mode on.
# Execute the
get
command.
ftp> get a.txt
227 Entering Passive Mode (10,153,116,114,12,17)
150 "C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\desk\125X\a.txt" file ready to
send (6324 bytes) in IMAGE / Binary mode
226 Transfer finished successfully.
6324 bytes received in 0.0104 seconds (594.7 kbyte/s)ftp> get a.cfg 2.cfg
227 Entering Passive Mode (192,168,1,58,68,14)