Technical information

FTP (File Transfer Protocol)
3-442 AT Commands Reference Manual August 5, 2008
The following table shows the +FTPDEL parameters.
Example
The example illustrates delete file success case.
AT+FTPDEL="somefile"
OK
+FTPDEL: 1
+FTPREN, Rename File
This command causes the G24 to request the remote FTP server to rename a file, in accordance
with a given parameters.
Table 3-289: +
FTPDEL Parameters
<Parameter> Description Range
File name Name of file to be deleted on
the remote side.
String, max length is 255 octets.
Command
Type
Syntax Response/Action Remarks
Set
+FTPREN=<file_name_from>,
<file_name_to>
OK
...
+FTPREN: <result>
or
ERROR: <error_code>
<file_name_from> and
<file_name_to>
parameters 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
+FTPREN? ERROR
Not supported
Test
+FTPREN=? +FTPREN: (<"file name
from">), (<"file name to">)
OK
Return command format