3com S7906E Guía De Referencia

Descargar
Página de 2327
 
2-19 
View 
FTP client view 
Default Level 
3: Manage level 
Parameters 
directory: Directory name. 
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. 
Examples 
# Create subdirectory mytest on the current directory of the remote FTP server. 
[ftp] mkdir mytest 
257 "/mytest" new directory created. 
open 
Syntax 
open server-address [ service-port ] 
View 
FTP client view 
Default Level 
3: Manage level 
Parameters 
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. 
Description 
Use the open command to log in to the IPv4 FTP server under FTP client view. 
At login, you will be asked to enter the username and password for accessing the FTP server. If your 
input is correct, the login succeeds; otherwise, it fails. 
Related commands: close
Examples 
# In FTP client view, log in to the FTP server with the IP address of 192.168.1.50. 
<Sysname> ftp 
[ftp] open 192.168.1.50 
Trying 192.168.1.50 ... 
Press CTRL+K to abort