helios2k6 / Secure-Transfer-Over-SSL-Application

An application that allows file-sharing over mutual SSL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/*
 * Copyright (c) 2011 Andrew Johnson <hpmamv@gmail.com>
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

Secure Transfer Over SSL Application (STA)

1. Introduction
The Secure Transfer Over SSL Application is a direct friend-to-friend application that allows you to connect to a specific peer over SSL and share files. This is not a swarm-based or public file-sharing application. 

This application is meant to securely and reliably transfer files from one peer to another. 

STA supports bandwidth throttling and resuming broken downloads. 

STA requires that both peers have public certificates that have been signed by a commonly trusted CA before any connection is made. 

STA uses UPnP Port-mapping to enable port forwarding when behind network routers.

STA is set up to act as both the server and the client, and thus requires two SSL connections before any action can be taken. Peer A must connect to Peer B's server socket and Peer B must connect to Peer A's server socket before any communication can take place.

Only one file can be downloaded at a time, but simultaneous uploading and downloading is possible.

About

An application that allows file-sharing over mutual SSL.


Languages

Language:Java 100.0%