Skip to content

Releases: tavinus/cloudsend.sh

v2.2.8 - Abort on DAV errors option

08 Feb 16:40
Compare
Choose a tag to compare
  • 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

08 Feb 15:06
Compare
Choose a tag to compare

Better error detection and handling.

Will detect both curl errors and webdav response errors.

Will print XML response at the end if not empty, eg:

image

v2.2.6 - Limit Rates

26 Jan 08:51
Compare
Choose a tag to compare

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

05 Nov 00:14
13b1610
Compare
Choose a tag to compare

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

04 Nov 23:25
901a339
Compare
Choose a tag to compare

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

03 Nov 23:18
8573845
Compare
Choose a tag to compare

Makes it possible to send files and folders with '#' (hashtags) in their names.
Fixes #11

v2.2.1 - Folders Polished

01 May 06:15
Compare
Choose a tag to compare

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

01 May 03:50
828e889
Compare
Choose a tag to compare

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

21 Dec 02:32
bb5c234
Compare
Choose a tag to compare

Merged Fix, bumped version
#5

v2.1.12 - Help re-organise

08 Oct 05:12
Compare
Choose a tag to compare

Re - organised help message, updated Readme.md with it.