1.5.1 • Published 10 years ago

expose-fs v1.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

expose-fs

Expose a file system over http

npm install -g expose-fs

Usage

This install a command line tool called expose-fs

expose-fs . # expose . on port 8441

Then do

curl localhost:8441 # returns a directory listing in JSON format
curl localhost:8441/some-file.txt # returns the file content
curl -X PUT --data 'hello world' localhost:8441/some-file.txt # writes a file
curl -X POST localhost/some-dir # creates a new directory

Run expose-fs --help for additional options

License

MIT

1.5.1

10 years ago

1.5.0

11 years ago

1.4.1

11 years ago

1.4.0

11 years ago

1.3.0

11 years ago

1.2.0

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago