Skip to content

Node web server that allow one-time downloads for files in current directory

Notifications You must be signed in to change notification settings

kmkr/one-time-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

one-time-download

Node web server that allow one-time downloads for files in current directory

Usage

Running node one-time-download.js will expose files in current directory for download. The one-time-download.js script will be excluded, if present. Downloads by index or by exact file name.

If you want to expose only some files, supply a regexp as first argument:

`node one-time-download.js RE.*

E.g.

When files fuu-foo.js and README.md

README.md will be available for one-time-download via the first hit on any of these URLs

Similar for fuu-foo.js:

About

Node web server that allow one-time downloads for files in current directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published