3com S7906E Guide De Référence

Page de 2327
 
2-16 
Description 
Use the ftp ipv6 command to log in to the FTP server and enter FTP client view. 
Note that: 
This command applies to IPv6 networks. 
If you use this command without specifying any parameters, you will simply enter the FTP client 
view without logging in to an FTP server. 
If you specify the parameters, you will be asked to enter the username and password for accessing 
the FTP server. 
Examples 
# Log in to the FTP server with IPv6 address 3000::200. 
<Sysname> ftp ipv6 3000::200 
Trying 3000::200 ... 
Press CTRL+K to abort 
Connected to 3000::200. 
220 Welcome! 
User(3000::200:(none)): MY_NAME 
331 Please specify the password. 
Password: 
230 Login successful. 
[ftp] 
get 
Syntax 
get remotefile [ localfile 
View 
FTP client view 
Default Level 
3: Manage level 
Parameters 
remotefile: File name on the remote FTP server. 
localfile: Local file name. 
Description 
Use the get command to download a file from a remote FTP server and save it. 
If no local file name is specified, the local file uses the name of the source file on the FTP server by 
default. 
Examples 
# Download file testcfg.cfg and save it as aa.cfg
[ftp]get testcfg.cfg aa.cfg