SIM5300E AT Command Manual V1.02
11.2.24 AT+FTPETGET Download File
AT+FTPETGET Download File
Test Command
AT+FTPETGET=?
Response
OK
Write Command
AT+FTPETGET=<mode>
Response
If mode is 1 and successfully open GET session:
OK
+FTPETGET:1,1
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"
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.25 AT+FTPETPUT Upload File
AT+FTPETPUT Upload File
Test Command
AT+FTPETPUT=?
Response
OK
Parameter