R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101
102
service-port: Port number of the remote FTP server, in the range 0 to 65535. The default value is 21.
Description
Use the open command to log in to the IPv4 FTP server under FTP client view.
At login, enter the username and password for accessing the FTP server. If your input is correct, the login
succeeds.
If you have logged in to the IPv4 FTP server, you cannot use the open command to log in to another server.
To do so, you must disconnect from the current server first.
Related commands: close.
Examples
# In FTP client view, log in to the FTP server with the IP address of 192.168.1.50.
<Sysname> ftp
[ftp] open 192.168.1.50
Trying 192.168.1.50 ...
Press CTRL+K to abort
Connected to 192.168.1.50.
220 FTP service ready.
User(192.168.1.50:(none)):aa
331 Password required for aa.
Password:
230 User logged in.
[ftp]
passive
Syntax
passive
undo passive
View
FTP client view
Default level
3: Manage level
Parameters
None
Description
Use the passive command to set the data transmission mode to passive.
Use the undo passive command to set the data transmission mode to active.
The default transmission mode is passive.
Data transmission modes fall into the passive mode and the active mode. The active mode specifies the
server to initiate connection requests. The passive mode specifies the client to initiate connection requests.
This command is mainly used in conjunction with a firewall to restrict FTP connections between private
and public network users.