
###########################################################################
IMPORTANT!

This is the C#/Mono-based source for bareFTP.
Active development has stopped on this source. Only critical bugs and 
build issues will be fixed.

Active development is happening on the new python based source living at
http://github.com/chreide/bareftp. After a first release based on the new
source (version 0.4), this source will be totally abandoned
###########################################################################


bareFTP README
==============

Copyright (C) 2008-2013 Christian Eide <christian@eide-itc.no>

bareFTP is a File Transfer Client written in C# for the Mono framwork 
and the GNOME Desktop Environment.

Please file bug reports, and suggestions on http://www.bareftp.org/devel

bareFTP is licensed under the GPL, see COPYING

Some parts of the bareFTP source uses other licenses, and has 
other original authors and copyrights. See CREDITS


Build instructions
===================

bareFTP should build and install properly using the usual:

./configure
make
make install

If you prefer to build bareFTP without gnome-keyring support you can 
run configure with --without-gnomekeyring
