You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need support to get the output of a tar command directly on my host machine without the need to save the large file on the target. Is there a way to do this as in pipes or something similar using SSHJ ?
In cmd I can do it with something like:
ssh root@localhost tar czf - /tmp > C:\somedirectory\test.tar
I need to do the same using SSHJ
Thanks in advance,
The text was updated successfully, but these errors were encountered:
Hello @hierynomus ,
I need support to get the output of a tar command directly on my host machine without the need to save the large file on the target. Is there a way to do this as in pipes or something similar using SSHJ ?
In cmd I can do it with something like:
ssh root@localhost tar czf - /tmp > C:\somedirectory\test.tar
I need to do the same using SSHJ
Thanks in advance,
The text was updated successfully, but these errors were encountered: