1-11
[ftp]
get
Syntax
get remotefile [ localfile ]
View
FTP client view
Parameters
remotefile: Name of a file to be downloaded.
localfile: File name used when a file is downloaded and saved to the local device. If this argument is not
specified, the source file name is used when a file is saved and downloaded to the local device.
Description
Use the get command to download a remote file and save it as a local file.
When using the get command to download files from a remote FTP server, note to limit the length of file
path and file name within the following ranges:
z A directory name should be no more than 91 characters.
z A file name plus its local path name should be no more than 127 characters.
z A device name should be no more than 14 characters.
z A file name plus its complete path name should be no more than 142 characters.
Examples
# Download file temp.c.
[ftp] get temp.c
227 Entering Passive Mode (2,2,2,2,4,12).
125 ASCII mode data connection already open, transfer starting for temp.c.
..226 Transfer complete.
FTP: 15 byte(s) received in 2.568 second(s) 0.00 byte(s)/sec.
lcd
Syntax
lcd
View
FTP client view
Parameters
None