UMTS/HSPA Module Series
WCDMA UGxx FTP AT Commands Manual
WCDMA_UGxx_FTP_AT_Commands_Manual Confidential / Released 24 / 44
set by AT+QFTPCFG indicates the maximum interval time between two packets of received/transmitted
data.
Parameter
AT+QFTPLIST List Contents of Directory on FTP Server
Test Command
AT+QFTPLIST=?
Response
+QFTPLIST: <dirname>,<local_name>
OK
Write Command
AT+QFTPLIST= <dirname>[,
“COM:”]
Response
CONNECT
<Output content data>
OK
If successfully list contents of the directory:
+QFTPLIST: 0,<transfer_size>
Else fail to list contents of the directory:
+QFTPLIST: <err>,<protocol_error>
or
+CME ERROR: <err>
Write Command
AT+QFTPLIST=<dirname>,<local_na
me>
The <local_
name> is not “COM:”
Response
OK
If successfully list contents of the directory:
+QFTPLIST: 0,<transfer_size>
Else fail to list contents of the directory:
+QFTPLIST: <err>,<protocol_error>
or
+CME ERROR: <err>
<dirname>
String type, the folder name on FTP server. The maximum size of the parameter
is 100 bytes. If it is “.”, it will get the content of current directory set by
AT+QFTPCWD
<local_name>
String type, the local position to save data from FTP server. The maximum size of
the parameter is 60 bytes. The default value is “COM:”. If it is “COM:”, the data will
be output to COM port. If it starts with “RAM:”, the data will be saved to RAM.
Then you can read the file by AT+QFREAD (For more details, please refer to
Quectel_WCDMA_UGxx_FILE_AT_Commands_Manual
)
<transfer_size>
Integer type, the size of transferred data from FTP server
<err>
Integer type, indicates the operation error code. It is the type of error (Please refer
Quectel
Confidential