1-9 
cd 
Syntax 
cd path 
View 
FTP client view 
Parameters 
path: Path of the target directory. 
Description 
Use the cd command to change the working directory on the remote FTP server. 
Note that you can use this command to enter only authorized directories. 
Related commands: pwd. 
Examples 
# Change the working directory to flash:/temp. 
[ftp] cd flash:/temp 
# Display the current working directory. 
[ftp] pwd 
257 "flash:/temp" is current directory. 
cdup 
Syntax 
cdup 
View 
FTP client view 
Parameters 
None 
Description 
Use the cdup command to exit the current working directory and enter the parent directory. The parent 
directory must be a directory that a user is authorized to access; otherwise, the command cannot be 
executed. 
Related commands: cd, pwd. 
Examples 
# Change the working directory to flash:/temp. 
[ftp] cd flash:/temp 
# Change the working directory to the parent directory. 
[ftp] cdup