Project

raxus

0.0
No commit activity in last 3 years
No release in over 3 years
Easy file sharing with rack
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.1.0
>= 0.9.4
>= 1.2.0
 Project Readme

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). Your files are available for download on adress YOUR_IP:5000.

Usage

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

Install

$ gem install raxus

Licence

Attribution-Noncommercial-Share Alike 3.0 Unported