Skip to content

Gossh Version 1.13.0

Compare
Choose a tag to compare
@windvalley windvalley released this 29 Dec 08:10
· 21 commits to main since this release
84e4866

Added

Add flag -z, --zip for subcommand push:

 -z, --zip                enable zip files ('unzip' must be installed on target hosts)

Changed

Improve the files transfer efficiency of the subcommand push.
The subcommand push no longer uses zip compression by default. If you want to continue using zip compression, you can add the -z flag to the command line.