Usage Scenario
To exit from the current directory and return to the upper-level directory, run the cdup command.
Precautions
The directories accessible to an FTP user are restricted by the authorized directories configured for the user.
# Exit from the current directory and return to the upper-level directory.
<HUAWEI> ftp 10.137.217.201 Trying 10.137.217.201 ... Press CTRL+K to abort Connected to 10.137.217.201. 220 FTP service ready. User(10.137.217.201:(none)):huawei 331 Password required for huawei. Enter password: 230 User logged in.
[ftp] cd security 250 CWD command successfully. [ftp] cdup 200 CDUP command successfully.