0.1.0 • Published 9 years ago

sendfile v0.1.0

Weekly downloads
17
License
ISC
Repository
github
Last release
9 years ago

##Sendfile Sendfile is a zero-config command line tool for sending files between two computers on a network.

###Installation

$ npm install -g sendfile

###Usage In the shell on the source computer:

$ sendfile <path-to-file>

And on the destination computer:

$ getfile

####Usage Notes Currently, sendfile can only send single files. To send a directory, zip it up!

The source path can be absolute or relative. The destination path is in the current working directory (.).

It does not matter which computer executes its respective command first. From the time one is executed, the other must be executed within fifteen seconds.

The transfer is intended to work between 2 computers only: A source computer and a destination computer.

####Security Notes NB **This beta version does not implement secure file transfers nor does it have secure pairing.** Use with caution. Insecure for sensitive documents.

#####Licence MIT

This is a project I completed as a student at Hack Reactor.

0.1.0

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago