czkawka icon indicating copy to clipboard operation
czkawka copied to clipboard

Remote server functionality

Open iconoclasthero opened this issue 10 months ago • 2 comments

Feature Description https://github.com/qarmin/czkawka/issues/872 https://github.com/qarmin/czkawka/issues/1049

It would be great if I could launch a czkawka server on my server so that I could use a client to connect to it and use czkawka efficiently. RDP/VNC and SSH -X are poor workarounds for a solid connection between a server/client. I'm clearly not the only one who wants to use this to administer a remote file server.

...

iconoclasthero avatar Apr 21 '24 11:04 iconoclasthero

Have you looked at the docker implementation? https://github.com/jlesage/docker-czkawka

ryanmrodriguez avatar May 06 '24 21:05 ryanmrodriguez

and what about just use ssh and cli and redirect output ?  Most of administrator currently not use something else than ssh, especialy when you have to work with some bastion solution.

depend of your needs but use -f distant file or "ssh >> local.txt" and use the generated file as input over a loop or a < .

HumanG33k avatar May 12 '24 22:05 HumanG33k