Technical information
FTP (File Transfer Protocol)
3-436 AT Commands Reference Manual August 5, 2008
Example
The example illustrates FTP connection open success case, when FTP unsolicited indication is enabled.
AT+FTPINFO=1
OK
AT+FTPOPEN="someftpsite.com","anonymous","qwerty@somemail.com",,,,
OK
+FTPINFO: 220-
+FTPINFO: 220-Welcome to someftpsite.com!
+FTPINFO: 220-
+FTPINFO: 220 someftpsite.com FTP server (SecureMb FTP Version 1.0) ready.
+FTPINFO: USER anonymous
+FTPINFO: 331 Guest login ok, send your complete e-mail address as password.
+FTPINFO: PASS qwerty@somemail.com
+FTPINFO: 230 Guest login ok, access restrictions apply.
+FTPOPEN: 1
+FTPCWD, Change Working Directory
This command causes the G24 to request the remote FTP server to change the working directory
in accordance to a given name.
Command
Type
Syntax Response/Action Remarks
Set
+FTPCWD=<directory_n
ame>
OK
+FTPCWD: <result>
Or:
ERROR: <error_code>
<directory_name>
parameter consists of the
directory name as well as
the directory path
(optional).
The command execution
result return to the user as
an unsolicited response:
0 - operation failed
1 - operation succeeded
Read
+FTPCWD? ERROR
Not supported
Test
+FTPCWD=? +FTPCWD: (<"directory
name">)
OK
Returns command format.