You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
Hi,
you can use the cmd.php that is located here <your-pydio>/cmd.php
and use the following command php cmd.php -u=<user> -p=<password> -r=<workspacename> -a=rename --file='/filename' --filename_new='/newfilename'
for your case it would look like this, php cmd.php -u=<user> -p=<password> -r=myfiles -a=rename --file='/file1.config' --filename_new='/file2.config'
hey,
you can also use this http request http://<pydio-uri>/api/<workspace id or alias>/rename/?file=/<targetedfile>&filename_new=<newname>
or
curl --insecure -u <username>:<password> -X POST 'https://<your-pydio>/api/<workspace id or alias>/rename/?file=/<targeted file>&filename_new=<new-name>'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi ,
We are using PYDIO File System V1 . how to rename the file or folder . I tried with below
https://pydio.com/api/myfiles/rename?file=file1.config&filename_new=file2.config
its not working .
Please help me on this.
The text was updated successfully, but these errors were encountered: