Download File from AARNET CloudStor using curl
You can use the command line to download files from CloudStor:
curl --user "username@university.edu.au" https://cloudstor.aarnet.edu.au/plus/remote.php/webdav/filename.txt
You can supply a password like so:
curl --user "username@university.edu.au:password" https://cloudstor.aarnet.edu.au/plus/remote.php/webdav/filename.txt
See use AARNET CloudStor via curl