Technical information
FTP (File Transfer Protocol)
2-14 Using FTP with G24 July 15, 2007
The following table shows the +FTPREN parameters.
Example
The first example illustrates rename file success case.
AT+FTPREN="somefile.name","anotherfile.name"
OK
+FTPREN: 1
The second example illustrates rename file fail case, because the file name was not found on the remote
server. FTP unsolicited indication enabled.
AT+FTPINFO=1
OK
AT+FTPREN=" somefile.name","anotherfile.name"
OK
+FTPINFO: RNFR somefile.name
+FTPINFO: 550 somefile.name: No such file or directory.
+FTPREN: 0
Table 2-8: +FTPREN Parameters
<Parameter> Description Range
File name from Old name of file to be renamed
on the remote side.
String, max length is 255 octets.
File name to New name of file to be
renamed on the remote side.
String, max length is 255 octets.










