81
Examples
# Display the current directory on the FTP server.
[ftp] cd servertemp
[ftp] pwd
257 "/servertemp" is current directory.
The output shows you are in the
servertemp
folder under the FTP root directory.
quit
Use
quit
to disconnect the FTP client from the FTP server and exit to user view.
Syntax
quit
Views
FTP client view
Default command level
3: Manage level
Examples
# Disconnect from the FTP server and exit to user view.
[ftp] quit
221 Server closing.
<Sysname>
remotehelp
Use
remotehelp
to display FTP commands supported by the FTP server.
Use
remotehelp
protocol-command
to display the syntax of an FTP command supported by the FTP
server.
Syntax
remotehelp
[
protocol-command
]
Views
FTP client view
Default command level
3: Manage level
Parameters
protocol-command
: Specifies an FTP command.
Examples
# Display FTP commands supported by the FTP server.
[ftp] remotehelp
214-Here is a list of available ftp commands
Those with '*' are not yet implemented.
USER PASS ACCT* CWD CDUP SMNT* QUIT REIN*