How to transfer file using netcat
Destination:
nc -l -p 10000 | tar xvf -
Source:
tar cvf - data/ | nc 172.16.137.133 10000
Tags: netcat
- sugree's blog
- 1129 reads
Destination:
nc -l -p 10000 | tar xvf -
Source:
tar cvf - data/ | nc 172.16.137.133 10000
Tags: netcat
Post new comment