This project was originally supposed to be written in the boo language and target the Mono .NET platform implementation on (mainly) the Linux operating system. Unfortunately, the .NET platform lacks a vibrant open source community, and since this project is mostly about user interface experimentation and *not* about file transfer protocol implementation, I've decided to migrate what little code existed to python and employ the use of the twisted framework. You'll need the following pieces of the framework (eventually): * twisted-core - needed for FTP * twisted-conch - needed for SCP/SFTP It's hoped that this will be a useful tool for people who want to transfer files from a remote client to a local machine when the reverse path is not directly routable from the server.