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

Option to disable compression #239

Closed
jackric opened this issue Sep 3, 2020 · 5 comments
Closed

Option to disable compression #239

jackric opened this issue Sep 3, 2020 · 5 comments

Comments

@jackric
Copy link

jackric commented Sep 3, 2020

Is your feature request related to a problem? Please describe.
When sending a file with high entropy (adverse to compression) let me explicitly disable croc's compression to save CPU cycles. Examples: already compressed archive, encrypted volume, compressed video.

Describe the solution you'd like
croc send --no-compression file.tar.gz

@schollz schollz closed this as completed in 87e54ac Sep 3, 2020
@schollz
Copy link
Owner

schollz commented Sep 3, 2020

Now added as croc send --no-compress file

@shankar-aa
Copy link

croc --no-compress send file seems to work but croc send --no-compress file will print the error Incorrect Usage: flag provided but not defined: -no-compress

no-compress also isn't in the help section for croc send

@Zefferis
Copy link

Zefferis commented Nov 6, 2021

This still appears to be an issue on:
croc version v9.4.2-49f50a5

@nick-robo
Copy link

Flag order is still an issue @schollz

@schollz
Copy link
Owner

schollz commented Dec 3, 2022

New PR is welcome

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

No branches or pull requests

5 participants