Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
Syntax
Test Command Responses
AT+CFTPPUT=? +CFTPPUT: [{non-ascii}] “FILEPATH” [, (
<rest_size>s)]
OK
Execution Command Responses
AT+CFTPPUT=“<filepath>”
[,<rest_size>]
+CFTPPUT: BEGIN
+CME ERROR
+CFTPPUT: <err_code>
Defined values
The remote file path. When the file path doesn’t contain “/”
, this command transfers file to 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.
<err_code>
Refer to “Unsolicited FTP Codes”.
Examples
AT+CFTPPUT=”/pub/mydir/test1.txt”, 20
+CFTPPUT: BEGIN
…..<Ctrl+Z>
OK
AT+CFTPPUT={non-ascii}”/2F74657374646972/B2E2CAD42E747874”
+CFTPPUT: BEGIN
…..<Ctrl+Z>
OK
AT+CFTPPUT=?
+CFTPPUT: [{non-ascii}]“F I L E PA T H ” [,(0-2147483647)]
OK