1README
2------
3
4For installation instructions see INSTALL.
5
6vcp copies files and directories in a curses interface, with text only
7output available. its options and output are similar to BSD's cp while
8adding some new features.
9It provides information on:
10- files copied and left to copy
11- data written and total data size
12- data being written every second
13- two status bars, one showing current file status, the other total status
14  (except with 1 file, both show current), and percentage
15when output is sent to the console:
16- a status bar
17- size copied and speed
18
19The config file (vcp.conf.sample) supports a few options,
20- color
21- screen state
22- default flags
23- read bufer size
24vcp checks the following files in order:
251. /etc/vcp.conf
262. ~/.vcp
27options are overwritten as they are read.
28
29WWW:
30http://members.iinet.net.au/~lynx/vcp
31
32- Daniel
33sisko@bsdmail.com
34