cdup

Use cdup to enter the upper directory of the FTP server.

This command does not change the working directory if the current directory is the FTP root directory.

Syntax

cdup

Views

FTP client view

Predefined user roles

network-admin

mdc-admin

Usage guidelines

You can perform this operation only after you log in to the FTP server.

Examples

# Change the working directory to the upper directory.

ftp> pwd
257 "C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\desk\125X" is current directory
ftp> cdup
250 "C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\desk" is current directory
ftp> pwd
257 "C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\desk" is current directory

Related commands

cd

pwd