Technical information
Chapter 3: AT Commands Reference
August 5, 2008 AT Commands Reference Manual 3-443
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 3-290: +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.