ecp (extended cp) is intended to be a feature rich version of the 
coreutils tool cp. Currently it is far from portable, far from optimal,
and far from being very feature rich. 

What it does do is the following:
        - display progress indication as it copies, either on a per file
        basis, or a total progress indication
        - copy to and from ftp's (only single files at the moment), resuming
        if the download breaks and the server supports it
        - works like ``mv'' with the proper command line switches enabled 
        (with the -k or --kill command line switch, "kills" the files after
        copying them)

All comments or contributions are more than welcome. The author can be
reached at areffhaug@gmail.com.

This project is written in C, using no other dependencies than the standard
libraries found under the GNU/Linux operating system. It is free for all that
take interest in it.


----------------- L E G A L     I N F O R M A T I O N ----------------

ecp is designed to copy files, and is named extended cp.
Copyright (C) 2006  Andre Reffhaug <areffhaug@gmail.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software 
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
