3.0.0 • Published 5 years ago
peer-send v3.0.0
peer-transfer
Simple peer-to-peer file sender/receiver npx package
If you wanna transfer file your device to another device without 3rd party server, then use this.
Only require a open port on your or another device.
This package is use peer-to-peer technology for fastest transfer speed.
Option 1
# To serve file use this command:
npx peer-send send <file>
# And to receive the file:
npx peer-send receive [address] [port]
Option 2 (if the sender cannot open port)
# Start file receiver
npx peer-send receive
# And send the file to receiver
npx peer-send <file> [address] [port]
3.0.0
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.1.1
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.0
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.3
5 years ago
1.0.0
5 years ago