Switch 7700 Command reference Guide, v2.0

Table Of Contents
FTP Client Commands 421
This command is used to access another directory on FTP Server. Note that the user
can only access the directories authorized by the FTP server.
Example
Change the working path to flash:/temp
[ftp]cd flash:/temp
cdup Syntax
cdup
View
FTP Client view
Parameter
None
Description
Using the cdup command, you can change working path to the upper level
directory.
This command is used to exit the current directory and return to the upper level
directory.
Example
Change working path to the upper level directory.
[ftp]cdup
close Syntax
close
View
FTP Client view
Parameter
None
Description
Using the close command, user can disconnect FTP client side from FTP server side
without exiting FTP client side view. That is to say, you can terminate the control
connection and data connection with the remote FTP Server at the same time.
Example
Terminate connection with the remote FTP Server and stays in FTP Client view.
[ftp]close
delete Syntax
delete remotefile
FTP Client viewView