3Com 4500 26-PORT Switch User Manual


 
FTP Client Commands 331
Description
Use the remotehelp command to display help information about the FTP protocol
command.
Example
Show the syntax of the protocol command user.
<SW5500>ftp 1.1.1.1
Trying ...
Press CTRL+K to abort
Connected.
220 FTP service ready.
User(none):hello
331 Password required for hello.
Password:
230 User logged in
[ftp]remotehelp user
214 Syntax: USER <sp> <username>
[ftp]
rmdir Syntax
rmdir pathname
View
FTP Client view
Parameter
pathname: Directory name of remote FTP Server.
Description
Use the rmdir command to delete the specified directory from FTP Server.
Example
Delete the directory flash:/temp1 from FTP Server.
<SW4500>ftp 1.1.1.1
Trying ...
Press CTRL+K to abort
Connected.
220 FTP service ready.
User(none):hello
331 Password required for hello.
Password:
230 User logged in
[ftp]rmdir flash:/temp1
200 RMD command successful.
[ftp]
user Syntax
user username [ password ]
View
FTP Client view