R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101
107
NOTE:
• Only authorized users are allowed to use this command.
• Delete all files and subdirectories under a directory before you delete the directory. For how to delete
files, see the delete command.
• When you execute the rmdir command, the files in the remote recycle bin in the directory will be
automatically deleted.
Examples
# Delete the temp1 directory from the authorized directory on the FTP server.
[ftp] rmdir /temp1
200 RMD command successful.
user
Syntax
user username [ password ]
View
FTP client view
Default level
3: Manage level
Parameters
username: Login username.
password: Login password. You can input this argument a space after the username argument; or you
can input this argument when the “Password:” prompt appears after you input the username and then
press Enter.
Description
Use the user command to relog in to the currently accessed FTP server with another username.
NOTE:
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