LTE Module Series
BG96 FILE AT Commands Manual
BG96_FILE_AT_Commands_Manual 8 / 22
Example
AT+QFLDS="UFS" //Query the space information of UFS.
+QFLDS: 12987840,14483456
OK
2.2. AT+QFLST List Files
The command lists the information of a specified file or all files in UFS.
Parameter
Write Command
AT+QFLST=<name_pattern>
Response
+QFLST: <filename>,<file_size>
[+QFLST: <filename>,<file_size>
[…]]
OK
If there is any error:
+CME ERROR: <err>
Execution Command
AT+QFLST
Response
Return the information of the UFS files:
+QFLST: <filename>,<file_size>
[+QFLST: <filename>,<file_size>
[…]]
OK
If there is any error:
+CME ERROR: <err>
<name_pattern> The file to be listed.
“*” All the files in UFS.
“<filename>” A specified file <filename> in UFS.
<filename> Name of the file.
<file_size> Size of the file. Unit: byte.
<err> An error code relating to ME or network. Please refer to Chapter 4 for details.