SIM5300E AT Command Manual V1.02
Test Command
AT+FTPTYPE=?
Response
OK
Read Command
AT+FTPTYPE?
Response
+FTPTYPE: <value>
OK
Write Command
AT+FTPTYPE=<value>
Response
OK
If error is related to ME functionality:
+CME ERROR: <err>
Parameters
<value>
"A" For FTP ASCII sessions
"I" For FTP Binary sessions
Reference
Note:
When this value is set to A, all the data sent by the stack to the FTP
server is made of 7 bits characters (NVT-ASCII: the MSB is set to 0). As a
consequence binary data containing 8 bits characters will be corrupted
during the transfer if the FTPTYPE is set to A.
11.2.4 AT+FTPPUTOPT Set FTP Put Type
AT+FTPPUTOPT Set FTP Put Type
Test Command
AT+FTPPUTOPT=?
Response
OK
Read Command
AT+FTPPUTOPT?
Response
+FTPPUTOPT: <value>
OK
Write Command
AT+FTPPUTOPT=<value>
Response
OK
If error is related to ME functionality:
+CME ERROR: <err>
Parameters <value>
"APPE" For appending file
"STOU" For storing unique file
"STOR" For storing file
Reference Note