Switch 7700 Command reference Guide, v2.0

Table Of Contents
FTP Client Commands 423
Example
Terminate connection with the remote FTP Server and stays in FTP Client view.
[ftp]disconnect
ftp Syntax
ftp [ ipaddress [ port ] ]
View
User view
Parameter
ipaddress: IP address of the remote FTP Server.
port: Port number of remote FTP Server.
Description
Using the ftp command, you can 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
<SW7700>ftp 1.1.1.1
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
Using the get command, you can 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
[ftp]get temp1.c temp.c
lcd Syntax
lcd