| 
                Last edition : 2010/02/07 14:48
 
 Pygtk/application, released under the GPL2 terms, to upload files/folders (as a zip archive) to the free sharing hosting service : dl.free.fr FreeTP as "Free Transfer Protocol" ;-) Use
Just launch it (from your application internet/menu), and drag'n'drop files/folders inPut the icon (from your application internet/menu) on your desktop, and you will be able to drag'n'drop files/folder on the icon; to launch freetpyou could use it from console, by providing files or folder thru the command line (ex: $ freetp Documents/mydoc1.doc Documents/mydoc2.doc) tips : Put your email in the app, so dl.free.fr will send you the link in your inbox, so you can forward the link to your friends. InstallationFreeTP is available in manatlan's ppa sudo add-apt-repository ppa:manatlan/ppa
sudo apt-get update
sudo apt-get install freetp
 The repository is here : deb http://ppa.launchpad.net/manatlan/ppa/ubuntu karmic main 
deb-src http://ppa.launchpad.net/manatlan/ppa/ubuntu karmic main
 |