v0.5.0
What's Changed
- Rename
--exit-on-error / --no-exit-on-errorto--throw-on-error / --no-throw-on-errorflag (#26) - Rename
list_filestolist_remote_files(#26) - Replace
DownloadStatus,UploadStatus,DeleteStatuswithFileTransferStatus(#26) - Replace
DownloadTypewithFileTransferType(#26) - Add
upload_typeparameter toupload_files(#26) - Add check of the md5sum if the file needs to be uploaded, force upload with
forceparameter toupload_files(#26) - Add
download_fileto download individual files (#26) - Add
upload_fileto upload individual files (#26) - Improve job related CLI textual feedback (#26)
Full Changelog: v0.4.0...v0.5.0