![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/1/8b/18b1e1e7-4363-4706-bb94-6eba3a993996/18b1e1e7-4363-4706-bb94-6eba3a993996-bg94f.png)
2383
logfile
mainar.bin
arbasicbtm.bin
ftp
test
bb.cfg
testcfg.cfg
226 Transfer complete.
FTP: 87 byte(s) received in 0.132 second(s) 659.00 byte(s)/sec.
# View the information of directory logfile, and save the result to file aa.txt.
[ftp] ls logfile aa.txt
227 Entering Passive Mode (192,168,1,50,17,166).
125 ASCII mode data connection already open, transfer starting for logfile.
.....226 Transfer complete.
FTP: 9 byte(s) received in 0.094 second(s) 95.00 byte(s)/sec.
# View the content of file aa.txt
[ftp] quit
<Sysname> more aa.txt
logfile
mkdir
Syntax mkdir directory
View FTP client view
Parameter directory: Directory name.
Description Use the
mkdir command to create a subdirectory under the specified directory on
the remote FTP server.
To do this, you must be a user with the permission on the FTP server.
Example # Create subdirectory mytest on the current directory of the remote FTP server.
[ftp] mkdir mytest
257 " cf:/mytest" new directory created.
open
Syntax open server-address [ service-port ]
View FTP client view
Parameter server-address: IP address or host name of a remote FTP server.
service-port: Port number of the remote FTP server, in the range 0 to 65535, with
the default value of 21.