45
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.
Execution of this command will not change the working directory if the current
directory is already the authorized directory (
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