UMTS/HSPA Module Series
WCDMA UGxx FTP AT Commands Manual
WCDMA_UGxx_FTP_AT_Commands_Manual Confidential / Released 35 / 44
AT+QFTPDEL=
“test_new.txt”
//Delete “test_new.txt” on FTP server.
OK
+QFTPDEL: 0,0
3.4. List File Information or File Names
AT+QFTPCWD=
“/”
//Set current directory.
OK
+QFTPCWD: 0,0
AT+QFTPLIST=
“.”
//List file information of current directory and output to COM.
CONNECT
<Output content data>
OK
+QFTPLIST: 0,1000
AT+QFTPLIST=
“.”,“RAM:list.txt”
//List file information of current directory and output to RAM:list.txt.
OK
+QFTPLIST: 0,1000
AT+QFTPLIST=
“TEST_2”,“COM:”
//List file information of “/TEST_2” and output to COM.
CONNECT
<Output content data>
OK
+QFTPLIST: 0,1000
AT+QFTPNLST=
“.”
//List file names of current directory and output to COM.
CONNECT
<Output content data>
OK
+QFTPNLST: 0,1000
AT+QFTPNLST=
“.”,“RAM:nlst.txt”
//List file information of current directory and output to RAM:nlst.txt.
OK
+QFTPNLST: 0,1000
AT+QFTPNLST=
“TEST_2”,“COM:”
//List file names of “/TEST_2” and output to COM.
CONNECT
<Output content data>
Quectel
Confidential