README for Drop2FTP

This is a KDE 4 plasma applet which can copy or move files over every 
protocol which is supported by KIO. So you can use it to copy or move files 
to a FTP server or an folder on your PC for example. After you have had 
specified the destination in the settings, you can click on the icon 
to open the open-file-dialog or you can just drag and drop your files 
on it.
It is also possible to open the destination with konqueror or to generate
http or ftp links to your files.

This is my first KDE and C++ programm, so don't expect to 
much. I just made this to learn a bit. So if you like it, want to 
critisize it or want to teach me something, just let me know. This also 
includes my english ;-)

I registered that there are some problems on machines with KDE 4.1.
You need KDE 4.2 or newer for this app!

Short installation instruction:
# tar -xvzf drop2ftp-0.6.tar.gz
# cd drop2ftp-0.6/
# cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
# make
# sudo make install
