ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev. 11 Page 749 of 1039 2021-09-23
3.16.14. 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.