README 803 B

12345678910111213141516
  1. gcp is a file copy tool, freely inspired from cp, but with a few
  2. high-level functionalities such as:
  3. * transfer progression indication
  4. * continuous copying on error (skip to next file)
  5. * copy status logging: gcp logs all its actions so that it is possible
  6. to know which files have been successfuly copied
  7. * name mangling to handle target filesystem limitations (for example
  8. deletion of incompatible characters "*" or "?" on FAT)
  9. * forced copy serialization: process all copy requests sequentially in
  10. order to avoid useless moves of the hard disk head
  11. * transfer lists management: you can save a list of files you copied
  12. and copy them again later from that list (useful for example when
  13. copying several times the same tracks to multiple friends)
  14. * command-line interface similar to that of cp