3.0.0 • Published 4 years ago

peer-send v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago