79
Usage guidelines
At login, enter the username and password for accessing the FTP server. If your input is correct, the login
succeeds.
Examples
# Log in to the FTP server at 3000::200 in FTP client view.
<Sysname> ftp
[ftp] open ipv6 3000::200
Trying 3000::200 ...
Press CTRL+K to abort
Connected to 3000::200.
220 Welcome!
User(3000::200:(none)): MY_NAME
331 Please specify the password.
Password:
230 Login successful.
[ftp]
Related commands
close
passive
Use
passive
to set the FTP operation mode to
passive
.
Use
undo passive
to set the FTP operation mode to
active
.
Syntax
passive
undo passive
Default
The FTP operation mode is
passive
.
Views
FTP client view
Default command level
3: Manage level
Usage guidelines
FTP can operate in either of the following modes:
•
Active mode
—The FTP server initiates the TCP connection.
•
Passive mode
—The FTP client initiates the TCP connection.
Examples
# Set the FTP operation mode to
passive
.
[ftp] passive
FTP: passive is on
[ftp]