filepeer
v1.0.5
Published
Send and receive files on the lan quickly
Downloads
5
Readme
File Peer (beta)
This is a CLI program to easily transfer files between two machines on the same LAN without dealing with ip addresses or ports.
Example:
install: npm i -g filepeer
pc1 (sender): filepeer send -f ./my-arch-backup.iso
pc2 (receiver): filepeer recv -f ./my-arch-backup.iso
List of possible options:
Usage: filepeer <command> <opts>
Commands:
send Send a file to another machine
recv Receive a file from another machine
Options:
-f, --file File location for file being sent/recv. [required]
-i, --id Identifier for file transfer.
-h, --help Show help
TODO:
- make
--id
option functional to limit who can recieve your file. - Show progress of file transfer.