Releases: tavinus/cloudsend.sh
Releases · tavinus/cloudsend.sh
v2.3.9 - DepSanity
v2.3.8 - FixHelp
- Fix for help message
- Text for mkdir said it was deleting
v2.3.7 - FixCols&Urls
- 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
- Small aesthetic add-on to v2.3.5
v2.3.5 - MultiFix
- 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
- 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
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
- Accepts tree. ex:
- 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
- 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
- Accepts tree. ex:
- 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
- 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
- Added option
-A|--user-agent
for passing a user agent tocurl -A
- Added option
-E|--referer
for passing a referer tocurl -e
- Minor Code revision