A really simple HTTP server, written in python, designed for transferring a few files on a local network.
Installingwget http://serveit.googlecode.com/files/serveit-0.1.tar.gz
tar xzf
... [More] serveit-0.1.tar.gz
cd serveit-0.1
sudo python setup.py installUsageFor example, to serve the file file.txt and the directory dir on port 8080:
serveit -p 8080 file.txt dir/The port defaults to 80 if the -p option is not included. To access these files, enter http://[address]:8080/ into a web browser on another computer on the same network, where [address] is the address or host name of the computer that serveit is running on. [Less]
Apache, MySQL, PHP.
Web based file transfer service, designed to allow access to your home files via a javascript capable web browser. Server will be capable of running on both linux and windows
... [More] systems. Future version will be capable of automatically allowing access to multiple servers, listing files from all servers in one taggable directory list. [Less]
pysendpysend is a TCP server/client application which allows you to send/receive files.
The purpose of this application is not to "create" a p2p net, but only to send files between friends.