HTTPS Automated Connection Guide

HTTPS Automated Connection Guide

Rename

Rename

The Rename command is used to rename files on the server.  If the current working directory contains the file(s) to rename, then the from and to parameters may contain only the file names.  However, by being able to provide path information in these parameters, the rename command may be used to move files on the server.  For example:
http://192.168.1.100/rename?from=file.txt&to=../file.txt
This command will move the file ‘file.txt’ in the current working directory to the parent directory.
URL
Request Type
Parameters
/rename
GET or POST
from - the relative or absolute path of the file or directory to rename
to - the relative or absolute path of the new name

0 COMMENTS

We’d like to hear from you!