3com 8807 참조 가이드

다운로드
페이지 1099
FTP Client Commands
997
Note that, the ls command only displays the file names, while the dir command 
also displays other file-related information such as the file size and creation date.
Example
# Query file temp.c
<SW8800>ftp
 
[ftp] ls temp.c 
mkdir
Syntax
mkdir pathname
View
FTP Client view
Parameter
pathname: Directory name.
Description
Use the mkdir command to 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.
<SW8800>ftp
 
[ftp] mkdir flash:/lanswitch 
open
Syntax
open ipaddr [ port ]
View
FTP Client view
Parameter
ipaddr: IP address of the remote FTP server.
port: Port number of the remote server.
Description
Use the open command to set up an FTP connection with a remote FTP server.
Example
# Set up a FTP connection with the FTP server with the IP address of 10.110.3.1.
<SW8800> ftp
 
[ftp] open 10.110.3.1 
passive
Syntax
passive