Skip to main content
added 5 characters in body
Source Link
Hauke Laging
  • 94.6k
  • 21
  • 132
  • 185

iI have two server (LOCAL)192 192.168.1.1 and (REMOTE)192 192.168.15.2

I WANT TO UNTAR FILE IN MACHINEwant to untar a file from LOCAL (REMOTE)192.168.151.2 from1) on REMOTE (LOCAL)192.168.115.12) via sshan SSH connection.

what What command i shouldcan I use it

fromfor that?

PATHsource path:/home/user/example.tar.gz

to /home/user/example.tar.gz

PATHtarget path:/mnt/untar/"extracted folder" /mnt/untar/extracted_folder

i have two server (LOCAL)192.168.1.1 and (REMOTE)192.168.15.2

I WANT TO UNTAR FILE IN MACHINE (REMOTE)192.168.15.2 from (LOCAL)192.168.1.1 via ssh connection.

what command i should use it

from

PATH:/home/user/example.tar.gz

to

PATH:/mnt/untar/"extracted folder"

I have two server (LOCAL) 192.168.1.1 and (REMOTE) 192.168.15.2

I want to untar a file from LOCAL (192.168.1.1) on REMOTE (192.168.15.2) via an SSH connection. What command can I use for that?

source path: /home/user/example.tar.gz

target path: /mnt/untar/extracted_folder

Source Link

ssh login and untar file

i have two server (LOCAL)192.168.1.1 and (REMOTE)192.168.15.2

I WANT TO UNTAR FILE IN MACHINE (REMOTE)192.168.15.2 from (LOCAL)192.168.1.1 via ssh connection.

what command i should use it

from

PATH:/home/user/example.tar.gz

to

PATH:/mnt/untar/"extracted folder"