R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101
92
Related commands: pwd.
Examples
# Change the working directory to the sub-directory logfile of the current directory.
[ftp] cd logfile
250 CWD command successful.
# Change the working directory to the sub-directory folder of the authorized directory.
[ftp] cd /folder
250 CWD command successful.
cdup
Syntax
cdup
View
FTP client view
Default level
3: Manage level
Parameters
None
Description
Use the cdup command to exit the current directory and enter the upper directory of the FTP server.
This command does not change the working directory if the current directory is work-directory.
Related commands: cd and pwd.
Examples
# Change the current working directory path to the upper directory.
[ftp] pwd
257 “/ftp/subdir” is current directory.
[ftp] cdup
200 CDUP command successful.
[ftp] pwd
257 “/ftp” is current directory.
close
Syntax
close
View
FTP client view
Default level
3: Manage level