Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
14.2 AT+CFTRANTX Transfer a file from EFS to host
Description
This command is used to transfer a file from EFS to host. Before using this command, the
AT+CATR must be used to set the correct port used. Support SDcard.
SIM PIN References
Syntax
Test Command Responses
AT+CFTRANTX=? +CFTRANTX: [{non-ascii}]"FILEPATH"
OK
Write Command Responses
AT+CFTRANTX=“<filepath
>”[,<location>,<size>]
[+CFTRANTX: DATA,<len>
…
+CFTRANTX: DATA,<len>]
+CFTRANTX: 0
OK
ERROR
Defined values
<filepath>
The path of the file on EFS.
The length of the following file data to output.
The beginning of the file data to output.
<size>
The length of the file data to output.
NOTE
The <filepath> must be a full path with the directory path.
Examples
AT+CFTRANTX=”c:/MyDir/t1.txt”
+CFTRANTX: DATA, 11
Testcontent
+CFTRANTX: 0
AT+CFTRANTX=”d:/MyDir/t1.txt”