AT Commands Reference Guide
80529ST10815A Rev.2– 2017-09-14
ReproductionforbiddenwithoutTelitCommunicationsS.p.A.writtenauthorization‐AllRightsReserved page184of233
AT#FTPCFG=?
Test command reports the sypported range of values for parameter(s)
<tout>
<IPPi
no
in
>
<FTPSEn>
<FTPext>
FTP Put - #FTPPUT
#FTPPUT – FTP Put
AT#FTPPUT=
[[<filename>]
[,<connMode>]]
Execution command, issued during an FTP connection, opens a data connection and
starts sending <filename> file to the FTP server.
If the data connection succeeds, a CONNECT indication is sent, otherwise a NO
CARRIER indication is sent.
Note: if we set <connMode> to 1, the data connection is opened and we remain in
command mode and we see the result code OK
(instead of CONNECT)
Parameter:
<filename> - string type, name of the file (maximum length 200 characters)
<connMode>
0 – online mode
1 – command mode
Note: use the escape sequence +++ to close the data connection.
Note: The command causes an ERROR result code to be returned if no FTP
connection has been opened yet.
AT#FTPPUT=?
Test command reports the maximum length of <filename> and the supported range
of values of <connMode>. The format is:
#FTPPUT:<length>,(list of supported <connMode>s)
where:
<length> - integer type value indicating the maximum length of <filename>
FTP Get - #FTPGET
#FTPGET – FTP Get
AT#FTPGET=
[<filename>]
Execution command, issued during an FTP connection, opens a data connection and
starts getting a file from the FTP server.
If the data connection succeeds a CONNECT indication is sent, otherwise a NO
CARRIER indication is sent.
The file received on the serial port.
Parameter: