PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Sending Files Across Network With Netcat

Go down

Sending Files Across Network With Netcat Empty Sending Files Across Network With Netcat

Post by jamied_uk 27th December 2015, 05:07

dd if=/dev/zero of=test.iso bs=1k count 1000000


Code:
sudo apt-get install -y pv




Reciever

Code:
nc -l -p 3334 | pv | dd of=test.iso



sender

Code:
dd if=test.iso | nc reciever-ip 3334





jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum