Command Reference Guide
3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 4 File Management Commands
3Com Corporation
4-37
Description
Use the ftp source-ip command to specify a source IP address for the packets sent by
the FTP client. This IP address must be a local IP address.
Use the undo ftp source-ip command to delete the source IP address specified for the
FTP client. After that, the source IP address of each packet sent by the FTP client is the
IP address of the interface where the packet is sent out.
By default, the source IP address in each packet sent by the FTP client is the IP
address of the interface where the packet is sent out.
Note:
You may specify a source IP address for the packets sent by the FTP client with the ftp
source-interface command or with the ftp source-ip command. If both commands are
configured, the one configured later overrides.
Example
# Use 192.168.0.1 as the source IP address in the packets sent by the FTP client.
[Router] ftp source-ip 192.168.0.1
4.4.17 get
Syntax
get remotefile [ localfile ]
View
FTP client view
Parameter
localfile: Local file name.
remotefile: File name on the remote FTP server.
Description
Use the get command to FTP a file from a remote server and save it.
By default, if no name is specified, the local file uses the name of the source file on the
FTP server.
Example
# Download file temp1.c and save it as temp.c.










