IP2IP FServ - written by Jared Bruni

what this program does is allow you to serve files from a specific directory (determinated by the FULL PATH) in
ip2ip.conf in the same directory as the server.
People can connect to your IP using the client and download files from the directory served up.

How to set it up:

First compile the server by typing:

./configure
make

then go to the ./debug/src folder
and change the permessions of run_server.sh
using the command:

chmod 775 run_server.sh

then type
./run_server.sh

you might want to change the script to use a differnet port.
If your behind a router make sure to forward the port 1024 (default)
or the one you set.

Second compile the client by typing:

./configure
make

go to the ./debug/src directory

then type

./ip2ip_fserv_client ipaddy port

some of the programs commands are the following:

ls 
- list current directory
cd [directory]
- change directory
get [filename]
- download a file
exit.
- quit the program

to allow multiple connections just start the ip2ip_fserv_fork with the port number and the -log option if you wish to include logging.


happy downloading!


