1.0.5 • Published 6 years ago

filepeer v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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.
1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago