R3721-F3210-F3171-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101

245
Description
Use user to relog in to the currently accessed FTP server with another username.
Before using this command, you must configure the corresponding username and password on the FTP
server or the login will fail and the FTP connection will close.
Examples
# User ftp1 has logged in to the FTP server. Use username ftp2 to log in to the current FTP server.
(Suppose username ftp2 and password 123123123123 have been configured on the FTP server).
Method 1:
[ftp] user ftp2
331 Password required for ftp2.
Password:
230 User logged in.
[ftp]
Method 2:
[ftp] user ftp2 123123123123
331 Password required for ftp.
230 User logged in.
[ftp]
verbose
Syntax
verbose
undo verbose
View
FTP client view
Default level
3: Manage level
Parameters
None
Description
Use verbose to enable display of detailed prompt information received from the server.
Use undo verbose to disable display of detailed prompt information.
By default, the display of detailed prompt information is enabled.
Examples
# Enable display of detailed prompt information.
[ftp] verbose
FTP: verbose is on
# Disable display of detailed prompt information. and perform a Get operation.
[ftp] undo verbose