Skip to content

Releases: tavinus/cloudsend.sh

v2.3.9 - DepSanity

22 Jul 14:40
Compare
Choose a tag to compare
  • Better dependency checks

v2.3.8 - FixHelp

20 Jul 22:56
Compare
Choose a tag to compare
  • Fix for help message
  • Text for mkdir said it was deleting

v2.3.7 - FixCols&Urls

20 Jul 17:54
Compare
Choose a tag to compare
  • Drops stty and uses tput to get screen size
  • unset $COLUMNS to get updated terminal sizes
  • Better handling of piped content
  • Fix URLS for piped send and when renaming files ( Fix #16 )
  • Piped send now show proper header and "file name" - (piped) in verbose info

v2.3.6 - MultiFix2

20 Jul 12:00
Compare
Choose a tag to compare
  • Small aesthetic add-on to v2.3.5

v2.3.5 - MultiFix

20 Jul 11:36
26e3cb9
Compare
Choose a tag to compare
  • Fixed download URLs not being generated properly in some cases
  • Fixed errors when working with files and folders with spaces in their names
  • Internal changes to better track pathing on remote
  • Print URLs for download and access
  • Print plain text and escaped versions of URLs
  • Fixes for when using a link with a root folder defined (link?path=folder)
  • Verbose info alert when using links with root folders defined
  • Fix for when using links with root folders and base --target folders together
  • More information printed on Summary
  • Updates to README Documentation

v2.3.4 - URL+Colors

20 Jul 03:53
Compare
Choose a tag to compare
  • Parses upload target download URL on verbose information (Fix #12)
  • Added colors to verbose information
  • Rebuilt most of the verbose information system
  • Added `-N|--no-color|--nocolor´ option for disabling colored output
  • Updates to --help info and README documentation
  • Fixed a bug on the -g globbing mode being set when it shouldn't
  • Code reorganization (moved a lot of stuff around)
  • Code cleaning (removed some unused stuff and commented code)

v2.3.3 - TargetDir-1

18 Jul 21:07
Compare
Choose a tag to compare

Version 2.3.3

  • Minor revision of v2.3.2
  • Updated log messages
  • Fix Bad spacing of log in some cases

Version 2.3.2

  • Added the -T | --target <folder> option for setting a target folder on remote
    • Target folder tree will be created and all operations will happen inside it
    • Accepts tree. ex: --target 'folder1/folder2/folder3'
  • Added the -C | --mkdir option for creating folders at the remote
    • Accepts tree. ex: 'folder1/folder2/folder3' as input file
  • Better webdav messages handling
    • Ignores webdav "errors" for folders that already exists (parses as OK)
  • Code revision
  • Review of log messages
  • Update Readme.md

v2.3.2 - TargetDir

18 Jul 20:35
Compare
Choose a tag to compare
  • Added the -T | --target <folder> option for setting a target folder on remote
    • Target folder tree will be created and all operations will happen inside it
    • Accepts tree. ex: --target 'folder1/folder2/folder3'
  • Added the -C | --mkdir option for creating folders at the remote
    • Accepts tree. ex: 'folder1/folder2/folder3' as input file
  • Better webdav messages handling
    • Ignores webdav "errors" for folders that already exists (parses as OK)
  • Code revision
  • Review of log messages
  • Update Readme.md

v2.3.1 - Delete

18 Jul 15:50
Compare
Choose a tag to compare
  • Added the option to delete files and folders at the remote server.
  • Option -D|--delete and pass the file/folder to be deleted as if it was the file being sent.

v2.3.0 - UserAgent-Referer

18 Jul 13:07
Compare
Choose a tag to compare
  • Added option -A|--user-agent for passing a user agent to curl -A
  • Added option -E|--referer for passing a referer to curl -e
  • Minor Code revision