Specifications

Smart Machine Smart Decision
SIM900_AT Commands Manual_V1.07 230 2012.12.10
If error is related to ME functionality:
+CME ERROR: <err>
Parameters
<mode> 1 For opening FTP get session
2 For reading FTP download data.
<reqlength> Requested number of data bytes (1-1460)to be read
<cnflength> Confirmed number of data bytes to be read, which may be less
than <length>. 0 indicates that no data can be read.
<error> 61 Net error
62 DNS error
63 Connect error
64 Timeout
65 Server error
66 Operation not allow
70 Replay error
71 User error
72 Password error
73 Type error
74 Rest error
75 Passive error
76 Active error
77 Operate error
78 Upload error
79 Download error
Reference
Note
When "+FTPGET:1,1" is shown, “AT+FTPGET:2,<reqlength>” can be
used to read data. If the module still has unread data, "+FTPGET:1,1" will
be shown again in a certain time.
11.2.15 AT+FTPPUT Upload File
AT+FTPPUT Upload File
Test Command
AT+FTPPUT=?
Response
OK
Write Command
AT+FTPPUT=<
mode>[,<reqleng
th>]
Response
If mode is 1 and it is a successful FTPPUT session:
OK
+FTPPUT:1,1,<maxlength>
If mode is 1 and it is a failed FTPPUTsession:
OK
+FTPPUT:1,<error>