Smart Machine Smart Decision
SIM7500_SIM7600_SIM7800 Series_FTPS_AT Command Manual 8 / 29
OK
+CFTPSRMD:<errcode>
c) if parameter format or any errors:
ERROR
Defined Values
<dir>
The directory to be removed. If the directory contains
non-
ASCII characters, the <dir> parameter should contain a
prefix of {non-ascii}.String type, maximum length is 256
<errcode>
The result of remove directory, 0 is success, others are failure,
please refer to chapter 4
2.7 AT+CFTPSDELE Delete a file on FTP(S) server
You can use AT+CFTPSDELE delete a file on FTP(S) server, please make sure login to the FTP(S) server
successfully before delete a directory.
AT+CFTPSDELE Delete a file on FTP(S) server
Test Command
AT+CFTPSDELE=?
Response
+CFTPSDELE: "FILENAME"
Execute Command
AT+CFTPSDELE=”<filename>”
Response
a)if delete file successfully:
OK
+CFTPSDELE: 0
b)if failed:
OK
+CFTPSDELE: <errcode>
c)if parameter format or any other errors:
ERROR