Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow packing ZIPs instead of Tarballs when Downloading Folders #87

Closed
f0ff886f opened this issue Nov 7, 2016 · 4 comments
Closed

Allow packing ZIPs instead of Tarballs when Downloading Folders #87

f0ff886f opened this issue Nov 7, 2016 · 4 comments

Comments

@f0ff886f
Copy link

f0ff886f commented Nov 7, 2016

It would be awesome if we can download ZIPs instead of Tarballs (.tar.gz), ZIP is a bit more convenient for many other tools locally.

Exposed as an option would be cool so that users still have choice.

Thanks for the awesome software.

@coderaiser
Copy link
Owner

coderaiser commented Nov 7, 2016

This can be done with help of onezip. rest.js should contain check:

config('packType') === 'zip'

And use one of 2 packers: onezip or jaguar.

One more thing that is missing is ishtar for zip files. With this zip could be used all around Cloud Commander.

Could you please tell me your OS and node.js version.

@f0ff886f
Copy link
Author

f0ff886f commented Nov 7, 2016

OS = Archlinux
Node.js = v6.9.1 (lts-boron)

This would be awesome.

@coderaiser
Copy link
Owner

Related to #79.

@coderaiser
Copy link
Owner

Added support of zip archives wiht help of salam via
--packer option with 689dd03. Landed in v5.10.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants