You are here:
on destination:
nc -l -p 3333| tar zxvpf -
on origin:
tar -cpvz files |nc destinationIP 3333
To top