![Huawei Quidway S8500 Series Command Manual Download Page 1013](http://html.mh-extra.com/html/huawei/quidway-s8500-series/quidway-s8500-series_command-manual_1694791013.webp)
Command Manual – System Management
Quidway S8500 Series Routing Switches
Chapter 1 File System Management Commands
Huawei Technologies Proprietary
1-34
View
User view
Parameter
ipaddress
: IP address of the remote FTP Server.
port
: Port number of remote FTP Server.
Description
Use the
ftp
command to establish control connection with the remote FTP Server and
enter FTP Client view.
Example
# Connect to FTP Server at the IP address 1.1.1.1
<Quidway> ftp 1.1.1.1
1.4.12 get
Syntax
get
remotefile
[
localfile
]
View
FTP Client view
Parameter
localfile
: Local file name.
remotefile
: Name of a file on the remote FTP Server.
Description
Use the
get
command to download a remote file and save it locally.
If no local file name is specified, it will be considered the same as that on the remote
FTP Server.
Example
# Download the file temp1.c and saves it as temp.c
<Quidway> ftp
[ftp] get temp1.c temp.c