Superfast, multithreaded & cross-platform file copy utility
$ fcp --help
Usage: fcp [OPTIONS] <INPUT> <OUTPUT>
Superfast, multithreaded & cross-platform file copy utility
Arguments:
INPUT Input file or directory to copy
OUTPUT Destination path
Options:
-h, --help Show this help message
$ fcp path/to/source path/to/destinationTo use fcp from anywhere, add it to your PATH:
- On Windows: see this guide
- On Unix: move the binary to
/usr/local/bin/
Prerequisites:
- Rust installed
Run the following from your terminal (this may take some time):
cargo install --git https://github.com/M336G/fcpThis project is licensed under the MIT License.