Skip to content

a2ikm/uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Uploader

A naive file uploader.

How to use

Clone this repository and execute uploader.rb.

$ ruby uploader.rb

Or curl and execute it.

$ curl -sL https://git.io/uploaderrb | ruby -

Then, open http://localhost:4567 and upload a file. It will be uploaded to upload directory by default.

Options

$ ruby uploader.rb --help
Usage: uploader [options]
    -p, --port NUMBER
    -u, --upload DIRECTORY

Releases

No releases published

Packages

No packages published

Languages