Releases: tavinus/cloudsend.sh
v2.2.8 - Abort on DAV errors option
- Better error handling
- Better error messages and logs
- Option to abort execution on Webdav errors
-a | --abort-on-errors
v2.2.7 - Webdav error detection
v2.2.6 - Limit Rates
Uses the curl --limit-rates
to limit the speed of the file transmission
Example parameters. 100K
, 1M
v2.2.5 - Send to Sub Folders - Fix #9
This version allows sending files to sub-folders inside the main shared folder.
The folder link must follow Nextcloud's notation, with ?path=%2FFOLDERNAME
appended to the link.
The easiest way is to open the shared folder from the shared link and then copy the URL.
Example of a valid URL:
https://cloud.mydomain.tld/s/TxWdsNX2Ln3X5kxG?path=%2FMYFOLDER
Fixes #9
v2.2.4 - Send to subfolder - Fix #9
This version allows sending files to sub-folders inside the main shared folder.
The folder link must follow Nextcloud's notation, with ?path=%2FFOLDERNAME
appended to the link.
The easiest way is to open the shared folder from the shared link and then copy the URL.
Example of a valid URL:
https://cloud.mydomain.tld/s/TxWdsNX2Ln3X5kxG?path=%2FMYFOLDER
Fixes #9
v2.2.2 - Fix names with hashtags
Makes it possible to send files and folders with '#' (hashtags) in their names.
Fixes #11
v2.2.1 - Folders Polished
Fix log messages for all modes of operation and execution parameters.
Fix #8
Moved --help
and --version
to the parameters pre-processing.
v2.2.0 - Send Folders
v2.2.0 is the first release that can send entire folder trees.
Just use a folder path as the input.
We traverse the whole folder, create all needed folder and subfolders and then send each file to its destination.
v2.1.14 - Fix for files with whitespaces
Merged Fix, bumped version
#5
v2.1.12 - Help re-organise
Re - organised help message, updated Readme.md
with it.