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

How to do remote compress and decompression? #150

Open
erikdemarco opened this issue Feb 8, 2023 · 1 comment
Open

How to do remote compress and decompression? #150

erikdemarco opened this issue Feb 8, 2023 · 1 comment

Comments

@erikdemarco
Copy link

If i connect to sftp, how to do remote compress and decompress of zip/tar.gz files?

@wdlkmpx
Copy link
Collaborator

wdlkmpx commented Feb 21, 2023

Is this something that works in filezilla?

Unless it's feature of the sftp protocol, then it will be impossible to implement in gftp

Right now this comes to mind:

  1. download file
  2. decompress file
  3. recursively upload uncompressed files

....

Unless it's something like this
https://unix.stackexchange.com/questions/315050/execute-command-in-sftp-connection-through-script

I really have no idea

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

2 participants