19 projects tagged "File Sharing"
Kangee is a personal on-demand fileserver that makes it possible to send files to your friends. Dragging a file into the Kangee window will generate a link, which can be sent to your friend, who may open it in a Web browser and download the file. It also supports an "Add Upload" feature, which generates a link that lets your friends send files to you. It uses UPnP, STUN, and a connection test Web service to set up incoming connections, and can generate QR codes from the links to uploads and downloads.
F*EX (Frams' Fast File EXchange) is a Web based service for sending very big files from one person to another. The sender uploads the file to the F*EX server and the recipient automatically gets a notification email with a download URL. Files are automatically deleted after download or an expiration date. The recipient and sender only need an email program and a Web browser. Sending to multiple recipients needs storage on the server only once. In contrast with other file transfer services, it has no file size limits at all and comes with shell tools for scripting up/downloading.
The Privilege Separation patches for Apache HTTPD and 'mod_dav' address the problem that an Apache WebDAV server can only write files as the non-privileged Web server user (usually something like 'nobody' or 'www'). The patches address this shortcoming in a secure way by adding privilege separation to the Apache Web server (conceptually similar to SSH privilege separation). A privilege-separated Apache can be used to provide secure WebDAV write access to ~user directories and allow the use of per-user Unix quotas. When combined with mod_ssl, it provides a convenient and secure remote file serving system, as WebDAV clients are seamlessly integrated into both Windows and Mac OS X.
mod_cband is an Apache 2 module that solves the problem of limiting the bandwidth usage of users, virtual hosts, and destinations. When the configured transfer limit is exceeded, mod_cband will redirect all further requests to a location specified in the configuration file. The module can also limit download speeds and maximal requests per second for virtualhosts, users, and remote clients.
btpeer is a collection of C++ classes that implement the core client functionality of the BitTorrent protocol in a network-only environment. "Network-only" means that all interaction with the client core is done via network connections. Loading of metainfo files is done using a small program for file transfer. The status of the client is shown using a small internal Web page server.