| Parameter | Description | Value |
|---|---|---|
remote-directory |
Specifies the directory name. |
The value is a string of 1 to 64 characters. |
# Create a directory test at the remote FTP server.
<sysname> ftp 10.1.1.1
Trying 10.1.1.1...
Press CTRL+K to abort
Connected to 10.1.1.1.
220 FTP service ready.
User(10.1.1.1:(none)):ftpuser
331 Password required for ftpuser
Enter password:
230 User logged in.
[ftp] mkdir test
257 "hda1:/test" new directory created.