Operation Manual – File System Management
H3C S3610&S5510 Series Ethernet Switches
Chapter 2 FTP Configuration
2-4
To do…
Use the command…
Remarks
server indirectly in FTP
client view
open ipv6 server-address
[
service-port
] [
-i
interface-type
interface-number
]
2.2.2 Configuring the FTP Client
After a device serving as the FTP client has established a connection with the FTP
server (For establishing FTP connection, refer to
Establishing an FTP Connection
.), the
device can perform the following operations for the authorized directory:
To do…
Use the command…
Remarks
Display help information
of FTP-related commands
supported by the remote
FTP server
remotehelp
[
protocol
-
command
]
Optional
Enable information
display in a detailed
manner
verbose
Optional
Enabled by default
Use other username to
relog after logging onto
the FTP server
successfully
user
username
[
password
]
Optional
Set the file transfer mode
to ASCII
ascii
Optional
ASCII by default
Set the file transfer mode
to binary
binary
Optional
ASCII by default
Change the working path
on the remote FTP server
cd
pathname
Optional
Exit the current directory
and enter the upper level
directory
cdup
Optional
Display files/directories
information on the FTP
server
dir
[
remotefile
[
localfile
] ]
Optional
Check files/directories on
the FTP server
ls
[
remotefile
[
localfile
] ]
Optional
Download a file from the
FTP server
get
remotefile
[
localfile
]
Optional
Upload a file to the FTP
server
put
localfile
[
remotefile
]
Optional
View the working directory
of the remote FTP server
pwd
Optional