77
....226 Transfer complete.
FTP: 20 byte(s) received in 3.962 second(s), 5.00 byte(s)/sec.
# View the content of file
aa.txt
.
[ftp] quit
221 Server closing.
<Sysname> more aa.txt
logfile.log
a.cfg
<Sysname>
mkdir
Use
mkdir
to create a subdirectory in the current directory on the FTP server.
Syntax
mkdir
directory
Views
FTP client view
Default command level
3: Manage level
Parameters
directory
: Name of the directory to be created.
Usage guidelines
You must have permissions to perform this operation on the FTP server.
Examples
# Create subdirectory
mytest
in the current directory of the FTP server.
[ftp] mkdir mytest
257 "/mytest" new directory created.
[ftp]
open
Use
open
to log in to an IPv4 FTP server under FTP client view.
Syntax
open
server-address
[
service-port
]
Views
FTP client view
Default command level
3: Manage level