Verbose - HPE D6020 Maintenance And Service Manual

Hide thumbs Also See for HPE D6020:
Table of Contents

Advertisement

After you log in to an FTP server, you can initiate an FTP authentication to change to a new account.
By changing to a new account, you can get a different privilege without re-establishing the FTP
connection.
Make sure the specified username and password have been configured on the FTP server. If the
username or password is not configured, this command fails and the FTP connection is closed.
Examples
# After logging in to the FTP server, use the username ftp and password 123456 to log in again to
the FTP server.
Method 1:
ftp> user ftp 123456
331 Password required for ftp.
230 User logged in.
Method 2:
ftp> user ftp
331 Password required for ftp.
Password:
230 User logged in.

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
This command affects only the current FTP session.
Examples
# Disable the device from displaying detailed information about FTP operations.
ftp> verbose
Verbose mode off.
# Execute the get command.
ftp> get a.cfg 1.cfg
# Enable the device to display detailed information about FTP operations.
ftp> verbose
Verbose mode on.
# Execute the get command.
ftp> get a.cfg 2.cfg
227 Entering Passive Mode (192,168,1,58,68,14)
150-Accepted data connection
141

Advertisement

Table of Contents
loading

Table of Contents