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

[WIP] Adding support for copy-compress #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vladimirvivien
Copy link
Contributor

Copy-Compress is the ability to copy-from a file and compress it.
This is to resolve #191

Signed-off-by: Vladimir Vivien <[email protected]>
@vladimirvivien vladimirvivien changed the title Adding support for copy-compress [WIP] Adding support for copy-compress Feb 23, 2021
@vladimirvivien
Copy link
Contributor Author

Pausing this for now. Since copy from can copy many files, compressing after downloading can present a choice issue. Which file get compressed. Using the scp binary there is no way to enumerate which files were copied (if path was glob) which makes it difficult to compress the correct files.

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

Successfully merging this pull request may close these issues.

Modify copy function to compress payload
2 participants