Technical information

Chapter 3: AT Commands Reference
August 5, 2008 AT Commands Reference Manual 3-437
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 3-286: +FTPCWD Parameters
<Parameter> Description Range
Directory name Name of directory to be
changed on the remote side.
String, max length is 255 octets.