You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 31a66d83ec misc/gcp: Updated homepage and download links 8 years ago
..
README misc/gcp: Fixed dep info 13 years ago
gcp.SlackBuild misc/gcp: Update to avoid dep download. 8 years ago
gcp.info misc/gcp: Updated homepage and download links 8 years ago
slack-desc misc/gcp: Updated homepage and download links 8 years ago

README

gcp is a file copy tool, freely inspired from cp, but with a few high-level
functionalities such as:

* transfer progression indication
* continuous copying on error (skip to next file)
* copy status logging: gcp logs all its actions so that it is possible to
know which files have been successfuly copied
* name mangling to handle target filesystem limitations (for example
deletion of incompatible characters "*" or "?" on FAT)
* forced copy serialization: process all copy requests sequentially in
order to avoid useless moves of the hard disk head
* transfer lists management: you can save a list of files you copied and
copy them again later from that list (useful for example when copying
several times the same tracks to multiple friends)
* command-line interface similar to that of cp