LISA-C200 & FW75-C200
AT commands examples - Application Note
CDMA-CS-12000
Preliminary
Page 22 of 41
7
FTP AT Commands
CDMA Data configuration doesn’t need a preamble to start using the AT commands. Thus, FTP commands can
be used without prior setup.
The following FTP profile parameters aren’t saved in the Non-Volatile Memory
Command
Response
Description
AT+CMEE=2
OK
Set verbose error messages
AT+UFTP=0,"108.217.247.74"
OK
Stores the FTP “IP Address”
AT+UFTP=0 and AT+UFTP=1 are mutually
exclusive, therefore, the last command will
overwrite the previous value and will be
stored as part of the profile.
AT+UFTP=1,"FTP.FUSIONWIRELESS
CORP.COM"
OK
Stores the “Server Name”
AT+UFTP=0 and AT+UFTP=1 are mutually
exclusive, therefore, the last command will
overwrite the previous value and will be
stored as part of the profile.
AT+UFTP=2,"guest"
OK
Stores the “Username”
AT+UFTP=3,"password"
OK
Stores the user “Password”
AT+UFTPC=1
OK
+UUFTPCR: 1,1
OK
Requests a Login to the already specified FTP server
using the credential above.
AT+UFTPC=13
OK
+UUFTPCD: 13,127,"drwxr-xr-x
1 ftp ftp 0 Jul
02 14:42 2.3.13
-rw-r--r-- 1 ftp ftp
20814745 Jul 02 14:42 ETS-
8.5.17 tool.zip
"
OK
+UUFTPCR: 13,1
OK
Requests the file list on the root directory on the
server.
Note that the list of files in the directory is followed by
the URC confirmation.
AT+UFTPC=10,"PRUEBAS"
OK
+UUFTPCR: 10,1
OK
Requests the creation of a directory, in this example, a
directory called “PRUEBAS” was created.
+UUFTPCR responds with the confirmation of the
directory creation.
AT+UFTPC=10,"TESTEO"
OK
+UUFTPCR: 10,1
OK
Requests the creation of a directory, in this example, a
directory called “TESTEO” was created.
+UUFTPCR responds with the confirmation of the
directory creation.
AT+UFTPC=8,"PRUEBAS"
OK
+UUFTPCR: 8,1
OK
Changes the working directory from the root directory
to the newly created “PRUEBAS”.
LISA-C
FW75