LE910Cx AT Commands Reference Guide
80502ST10950A Rev. 14 Page 1367 of 1904 2022-03-04
3.18.8. AT#FTPGETPKT - FTP Get in Command Mode
FTP gets in command mode.
AT#FTPGETPKT=<fileName>[,<viewMode>]
Execution command, issued during an FTP connection, opens a data
connection and starts getting a file from the FTP server while remaining in
command mode.
The data port is opened, we remain in command mode and we see the
result code OK.
Retrieval from FTP server of <fileName> is started, but data are only
buffered in the module.
It is possible to read data afterwards issuing #FTPRECV command.
Parameters:
file name. Maximum length: 200
characters.
The command causes an ERROR result code to be returned in case
no FTP connection has been opened yet.
Command closure should always be handled by application. To
avoid download stall situations a timeout should be implemented
by the application.