wget -O <fileName> <downloadLink>
OR
curl -o <fileName> <downloadLink>
ffmpeg -i <downloadLink> -c copy -threads 8 <fileName>
curl -u <userName>:<userPassword> -T <fileName> "https://dms.uom.lk/remote.php/webdav/"
curl -u <userName>:<userPassword> -X POST -d "path=<fileName>&shareType=3&permissions=1" "https://dms.uom.lk/ocs/v2.php/apps/files_sharing/api/v1/shares?format=json" -H "OCS-APIRequest: true"
curl -u <userName>:<userPassword> -X GET "https://dms.uom.lk/ocs/v2.php/apps/files_sharing/api/v1/shares?format=json" -H "OCS-APIRequest: true"
curl -u <userName>:<userPassword> -X DELETE "https://dms.uom.lk/ocs/v2.php/apps/files_sharing/api/v1/shares/<share_ID>" -H "OCS-APIRequest: true"
net use Z: https://dms.uom.lk/remote.php/webdav/ /user:<userName> <userPassword>
- Replace 'userName' and 'userPassword' with actual values
davs://dms.uom.lk/remote.php/webdav/