Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
The remote file path. When the file path doesn’t contain ”/”, this command transfer file from the
current remote FTP directory. If the file path contains non-ASCII characters, the file path parameter
should contain a prefix of {non-ascii}.
<rest_size>
The value for FTP “REST” command which is used for broken transfer when transferring failed last
time. The range is from 0 to 2147483647.
<len>
The length of FTP data contained in this packet.
<err>
The error code of FTP operation.
<using_cache>
0 – Do not use cache
1 – Use cache(Data will be output using AT+CFTPCACHERD command)
Examples
AT+CFTPGET=”/pub/mydir/test1.txt”, 10
+CFTPGET: DATA, 1020,
…
+CFTPGET: DATA, 1058,
…
…
+CFTPGET: 0
AT+CFTPGET={non-ascii}”/2F74657374646972/B2E2CAD42E747874”
+CFTPGET: DATA, 1020,
…
+CFTPGET: 0
AT+CFTPGET=?
+CFTPGET: [{non-ascii}]“F I L E PA T H ” [,(0-2147483647)]
OK
15.3.10 AT+CFTPPUT Upload the DATA from SIO to FTP server
Description
This command is used to upload the DATA from serial port to FTP server as a file . Each <Ctrl+Z>
character
present in the data flow of serial port when downloading FTP data will be coded as
<ETX><Ctrl+Z>. Each <ETX> character will be coded as <ETX><ETX>. Single <Ctrl+Z> means
end of the FTP data.
<ETX> is 0x03, and <Ctrl+Z> is 0x1A.
SIM PIN References