You can use Rclone or a WebDAV client to bulk download your public link files.
If you are using a different WebDAV client, you will need to adjust the instructions accordingly.
Rclone
- Find your link e.g. https://cloudstor.aarnet.edu.au/plus/s/OAaDlqMiw0LXHNI
The string OAaDlqMiw0LXHNI is your WebDAV user and the password is your WebDAV password, if you have one. - Install Rclone.
- Run
$ rclone config
.
- Select the following when prompted:
Enter a name to refer to your new remote public link.
Storage: WebDAV.
URL: https://cloudstor.aarnet.edu.au/plus/public.php/webdav
Vendor: ownCloud.
User: your public link string e.g. OAaDlqMiw0LXHNI
Enter your WebDAV password, if you have one. If you don't have a password, leave it empty.
bearer_token: leave empty
Advanced Config: no - Save and quit.
- Select the following when prompted:
You can now copy the files onto your local directory or another location.
$ rclone copy publiclink: /rclone_test ## publiclink is the name of the remote you created in Step 2 , /rclone_test is your local directory to copy the files to