Technical information
FTP (File Transfer Protocol)
2-8 Using FTP with G24 July 15, 2007
The following table shows the +FTPCWD parameters.
Example
The first example illustrates change in working directory success case.
AT+FTPCWD="data"
OK
+FTPCWD: 1
The second example illustrates change working directory fail case; because the given directory name was
not found on the remote server.
AT+FTPCWD="user"
OK
+FTPCWD: 0
The third example illustrates change working directory fail case; because no FTP connection was open.
The AT+CMEE=2 command enables verbose error report.
AT+CMEE=2
OK
AT+FTPCWD="data"
+CME ERROR: FTP session is inactive
Table 2-4: +FTPCWD Parameters
<Parameter> Description Range
Directory name Name of directory to be
changed on the remote side.
String, max length is 255 octets.










