FTPRENAME Rename a file on an FTP site |
Top Previous Next |
When connected to a HTTP/HTTPS site, this command will only work with a DAV enabled web server. For further details on DAV enabled web server, see http://www.webdav.org/specs/rfc2518.html.
This script command renames an FTP site [ file name1] to [ file name2]. This is an example of the FTPRENAME command:
FTPRENAME "oldname" "newname"
Wildcard characters are not permitted with the FTPRENAME command.
To rename a local file, use the RENAME script command.
Related Command(s): FTPCMD, FTPDELETE, FTPMAKEDIR
|