Sending Files Across Network With Netcat
Page 1 of 1
Sending Files Across Network With Netcat
dd if=/dev/zero of=test.iso bs=1k count 1000000
Reciever
sender
- 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
Similar topics
» using netcat
» Setting up bluetooth for linux for sending files over BT
» Sending & Receiving Binary Files Via Bash On Linux
» Message Netcat Bash Part 3 Auto Grabbing & Menu
» use linux command line to split files into 7z files
» Setting up bluetooth for linux for sending files over BT
» Sending & Receiving Binary Files Via Bash On Linux
» Message Netcat Bash Part 3 Auto Grabbing & Menu
» use linux command line to split files into 7z files
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum