
57
logfile
mainar.app
arbasicbtm.app
ftp
test
bb.cfg
testcfg.cfg
226 Transfer complete.
FTP: 87 byte(s) received in 0.132 second(s) 659.00 byte(s)/sec.
Example 2:
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,46,4,3).
125 ASCII mode data connection already open, transfer starting for /logfile/*.
....226 Transfer complete.
FTP: 20 byte(s) received in 3.962 second(s), 5.00 byte(s)/sec.
Example 3:
View the content of file
aa.txt
.
[ftp] quit
<Sysname> more aa.txt
.
..
logfile.log
mkdir
Syntax
mkdir
directory
View
FTP client view
Default Level
3: Manage level
Parameters
directory
: Name of the directory to be created.
Description
Use the
mkdir
command to create a subdirectory under the current directory on the
remote FTP server.
To do this, you must be a user with the permission on the FTP server.