Parameter | Description | Value |
---|---|---|
remote-directory | Specifies the name of a working directory on the FTP server. | The value is a string of 1 to 64 case-insensitive characters without spaces. |
The FTP server authorizes users to access files in certain directories and their subdirectories.
# Change the working directory to d:/temp.
<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 d:/temp 250 "D:/temp" is current directory.