104
Field Description
Hash mark printing: off; Use of PORT cmds: on
Does not end with a pound sign (#) and uses "PORT"
data transmission.
system
Use
system
to display the system information of the FTP server.
Syntax
system
Views
FTP client view
Predefined user roles
network-admin
Usage guidelines
You can perform this operation only after you log in to the FTP server.
Examples
# Display the system information of the FTP server.
ftp> system
5 UNIX Type: L8
user
Use
user
to change to another user account after login.
Syntax
user
username
[
password
]
Views
FTP client view
Predefined user roles
network-admin
Parameters
username
: Specifies the username of the target user account.
password
: Specifies the password of the target user account.
Usage guidelines
You can perform this operation only after you log in to the FTP server.
The username and password of the target user account must have been configured. Otherwise, the user
account change operation fails and the FTP connection is closed.
Examples
# After logging in to the FTP server, use the username
ftp
and password
123456
to re-log in to the FTP
server (the output might vary by the FTP server):