Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
15.4.11 AT+CFTPSGET Get a file from FTPS server to serial port
Description
This command is used to get a file from FTPS server and output it to serial port. This command
may have a lot of DATA transferr
ed to DTE using serial port, The AT+CATR command is
recommended to be used.
SIM PIN References
YES Vendor
Syntax
AT+CFTPSGET=? OK
Write Command Responses
AT+CFTPSGET=“<filepath
>”[,<rest_size>[,<using_cac
he>][,<cache>]]
If the <using_cache> is 0 (default):
OK
+CFTPSGET: DATA,<len>
…
+CFTPSGET: DATA, <len>
…
…
+CFTPSGET: 0
If the <using_cache> is 1:
OK
+CFTPS: RECV EVENT
AT+CFTPSCACHERD?
+CFTPSCACHERD: 102400
OK
//output cached data now:
AT+CFTPSCACHERD
+CFTPSGET: DATA,<len>
…
OK
......