Raxus

Raxus is a gem that helps to easily transfer files or folders from one computer to another on a network. It's a small Ruby script that facilitates transfer of data across networks and only requires the recipient of the files have a Web browser.

When you run command

raxus ~/some_data/ ~/image.jpg

your folder "some_data" and "image.jpg" will be compressed with zip, application will start a mini webserver (thin using rack). Now your files are available for download - just visit YOUR_IP:5000.

Usage

Usage: raxus [options] file1 folder1 file2 ...
    -p, --port PORT
    -a, --address ADDRESS
    -l, --limit LIMIT                Download limit.
    -h, --help                       Show this message

Install

$ sudo gem install raxus

Licence

Attribution-Noncommercial-Share Alike 3.0 Unported