R2511-HP MSR Router Series Fundamentals Configuration Guide(V5)
122
Ste
p
Command
Remarks
4. Log in to the remote FTP
server.
• (Method 1) Log in to the remote FTP
server in user view:
ftp [ server-address [ service-port ]
[ vpn-instance vpn-instance-name ]
[ source { interface interface-type
interface-number | ip
source-ip-address } ] ]
• (Method 2) Log in to the remote FTP
server in FTP client view:
a. ftp
b. open server-address
[ service-port ]
Use either method.
To establish an IPv6 FTP connection, perform one of the following tasks:
Task Command
Log in to the remote FTP server from user view.
ftp ipv6 [ server-address [ service-port ] [ vpn-instance
vpn-instance-name ] [ source ipv6
source-ipv6-address ] [ -i interface-type
interface-number ] ]
Log in to the remote FTP server from FTP client view.
5. ftp ipv6
6. open ipv6 server-address [ service-port ] [ -i
interface-type interface-number ]
Managing directories on the FTP server
After the device establishes a connection to an FTP server, you can create or delete folders in the
authorized directory on the FTP server.
To manage the directories on the FTP server:
Task Command
Display detailed information about a directory or file on the FTP
server.
dir [ remotefile [ localfile ] ]
Query a directory or file on the FTP server. ls [ remotefile [ localfile ] ]
Change the working directory on the FTP server. cd { directory | .. | / }
Return to the upper level directory on the FTP server.
cdup
Display the working directory being accessed. pwd
Create a directory on the remote FTP server. mkdir directory
Remove the specified working directory on the FTP server. rmdir directory










