Technical information
Chapter 3: AT Commands Reference
August 5, 2008 AT Commands Reference Manual 3-441
+FTPCDUP, Change Directory Up
This command causes the G24 to request the remote FTP server to change the working directory
up.
Example
The example illustrates change working directory up success case.
AT+FTPCDUP
OK
+FTPCDUP: 1
+FTPDEL, Delete File
This command causes the G24 to request the remote FTP server to delete a file, in accordance to
a given name.
Command
Type
Syntax Response/Action Remarks
Set
+FTPCDUP OK
...
+FTPCDUP: <result>
or
ERROR: <error_code>
The command execution
result return to the user as
an unsolicited response:
0 - operation failed
1 - operation succeeded
Read
+FTPCDUP? ERROR
Not supported
Test
+FTPCDUP=? ERROR
Not supported
Command
Type
Syntax Response/Action Remarks
Set
+FTPDEL=<file_name> OK
...
+FTPDEL: <result>
or
ERROR: <error_code>
<file_name> parameter
consists of the file name
as well as the file path
(optional).
The command execution
result return to the user as
an unsolicited response:
0 - operation failed
1 - operation succeeded
Read
+FTPDEL? ERROR
Not supported
Test
+FTPDEL=? +FTPDEL: (<"file name">)
OK
Return command format