LISA-C200 & FW75-C200
AT commands examples - Application Note
CDMA-CS-12000
Preliminary
Page 23 of 41
Command
Response
Description
AT+UFTPC=13
OK
+UUFTPCD: 13,57,"-rw-r--r-- 1
ftp ftp 260 Jul 16
17:03 10.key
"
OK
+UUFTPCR: 13,1
OK
A new request for a list of files in the new “PRUEBAS”
directory.
Note the list of files in the directory is followed by the
URC confirmation.
AT+UFTPC=8,".."
OK
+UUFTPCR: 8,1
OK
Sends the working directory from “PRUEBAS” back
into the root directory
at+uftpc=11,"TESTEO"
OK
+UUFTPCR: 11,1
OK
Deletes a directory called “TESTEO” from the root
directory.
AT+UFTPC=8,"PRUEBAS"
OK
+UUFTPCR: 8,1
OK
Returns to the “PRUEBAS” directory.
AT+UFTPC=3,"10.key","tEN.key" OK
+UUFTPCR: 3,1
OK
Changes the name of the “10.key” file to the new
name “tEN.key”.
AT+UFTPC=13
OK
+UUFTPCD: 13,58,"-rw-r--r-- 1
ftp ftp 260 Jul 16
17:03 tEN.key
"
OK
+UUFTPCR: 13,1
OK
A new request for a list of files within the “PRUEBAS”
directory is made, this time the new “tEN.key” file is
shown.
AT+UFTPC=14
OK
+UUFTPCD: 14,9,"tEN.key
"
OK
+UUFTPCR: 14,1
OK
Lists the files in the current working directory, no
additional information other than the names is
provided.
AT+UFTPC=2,"tEN.key"
OK
+UUFTPCR: 2,1
OK
A request to delete the “tEN.key” file is submitted,
the URC is sent back with the confirmation.