Command Manual - System Management
Quidway S3500 Series Ethernet Switches
Chapter 1 File System Management Commands
Huawei Technologies Proprietary
1-25
1.4.15 mkdir
Syntax
mkdir
pathname
View
FTP Client view
Parameter
pathname
: Directory name.
Description
Using
mkdir
command, you can create a directory on the remote FTP Server.
User can perform this operation as long as the remote FTP server has authorized.
Example
# Create the directory flash:/lanswitch on the remote FTP Server.
[ftp] mkdir flash:/lanswitch
1.4.16 open
Syntax
open
[
ip-address
[
port
] ]
View
FTP Client view
Parameter
ip-address
: The host name ( a string with a length of 1 to 20 characters ) or the IP
address of the remote FTP Server.
port
: Port number of remote FTP Server, ranging from 0 to 65535. By default , it is 21.
Description
Using
open
command, you can establish control connection with the remote FTP
Server in the FTP Client view.
Related command:
close
.
Example
# Establish control connection with the FTP Server, which IP address is 1.1.1.1.
[ftp] open 1.1.1.1
Trying ...