LE910Cx AT Commands Reference Guide
80502ST10950A Rev. 14 Page 1372 of 1904 2022-03-04
3.18.11. AT#FTPPUT - FTP Send File
This command sends a file to the FTP server.
AT#FTPPUT=[<filename>[,<connMode>]]
Execution command, issued during an FTP connection, opens a data
connection and starts sending <filename> file to the FTP server.
Parameters:
name of the file (maximum length 200
characters)
select online or command mode:
If online mode is selected (default) and
the data connection succeeds, a
CONNECT indication is sent; afterward
a NO CARRIER indication is sent when
the socket is closed.
If command mode is selected and the
data connection succeeds, we remain
in command mode and we see the
result code OK (instead of CONNECT).
Use the escape sequence +++ to close the data connection.