Smart Machine Smart Decision
SIM7000 Series_AT Command Manual_V1.03 186 2018-05-08
If data transfer finished:
0123456789…
<ETX> //To notify the user that all data transfer has been finished
switch from data mode to command mode.
+FTPETGET: 1,0
If mode is 1 and failed to download data:
OK
+FTPETGET: 1,<error>
Parameters
<mode> 1 Open FTPETGET session and download data.
<error> See "AT+FTPEXTGET"
NO_SAVE
Time
-
Reference
Note
Each <ETX> character present in the payload data of
the FTP flow will
be coded by the TCP/IP stack on the serial port as <DLE><ETX>.
Each <DLE> character will be coded as <DLE><DLE>. The attached
host must then decode the FTP flow to remove these escape characters.
11.2.26 AT+FTPQUIT Quit Current FTP Session
AT+FTPQUIT Quit Current FTP Session
Test Command
AT+FTPQUIT=?
Response
OK
Execution
Command
AT+FTPQUIT
Response
If the current operation is GET method:
OK
+FTPGET: 1,80
If the current operation is PUT method:
OK
+FTPPUT: 1,80
If FTP is in idle state: