0.3.7 • Published 11 years ago

fileshare v0.3.7

Weekly downloads
50
License
-
Repository
-
Last release
11 years ago

fileshare

fileshare is a command line tool that lets you share a file on your local network

its available through npm:

npm install -g fileshare

usage is simple:

$ fileshare filename.ext
$ share this command: curl -LOC - http://192.168.2.199:52525/filename.ext

receivers of the file simple need to run the curl command.

$ curl -LOC - http://192.168.2.199:52525/filename.ext # run this on the receiver to transfer the file	

if the transfer fails they can just run it again and curl will resume the transfer.

0.3.7

11 years ago

0.3.6

12 years ago

0.3.5

12 years ago

0.3.4

12 years ago

0.3.3

12 years ago

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.4

12 years ago

0.2.3

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago