.. jhu documentation master file, created by sphinx-quickstart on Tue Jan 25 12:56:07 2011. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. JavaHttpUploader (jhu) =============================== Author: José Ricardo de Oliveira Damico .. raw:: html ================ What is it? ================ * A simple app that enables user to send big files (2GB) to other computer over http. With this software you can start and resume the uploads. The files will be break into binary parts, then joined again at the end of transfer in the target computer. * This small software runs in the Command Line Interface (CLI). ============= How it works? ============= * To run jhu you will need to start the application in a local machine and in the remote machine where you want to upload de file. :: /* Server Instance */ jhu -tserver -p9999 :: /* Uploader Instance */ jhu -tclient -p9999 -r192.168.0.2 -f/tmp/file.iso -s25000000 OR :: /* Server Instance */ jhu --type=server --port=9999 :: /* Uploader Instance */ jhu --type=client --port=9999 --remote=192.168.0.2 --file=/tmp/file.iso --size=25000000 ============= Screenshot ============= .. image:: jhuScreenshot.png ============= Development ============= * http://sourceforge.net/projects/javahttpuploade/ .. image:: sflogo.gif ========= Downloads ========= 1. *Windows* jhu-0.6.exe http://sourceforge.net/projects/javahttpuploade/files/jhu-0.6.exe/download 2. *Debian/Ubuntu* jhu-0.6.deb http://sourceforge.net/projects/javahttpuploade/files/jhu-0.6.deb/download 3. *OpenSuse/Suse/RedHat* jhu-0.6-1.noarch.rpm http://sourceforge.net/projects/javahttpuploade/files/jhu-0.6-1.noarch.rpm/download 4. *UNIX-LIKE* jhu-0.6.tar.gz http://sourceforge.net/projects/javahttpuploade/files/jhu-0.6.tar.gz/download ======= License ======= * Eclipse Public License - v 1.0 (EPLv1) * http://www.eclipse.org/legal/epl-v10.html * http://en.wikipedia.org/wiki/Eclipse_Public_License