Command-Line Help for qcp

This document contains the help content for the qcp command-line program.

Command Overview:

qcp

The QUIC Copier (qcp) is an experimental high-performance remote file copy utility for long-distance internet connections. It is intended as a drop-in replacement for scp.

qcp offers similar security to scp using existing, well-known mechanisms, and better throughput on congested networks.

e.g. qcp some/file my-server:some-directory/

Exactly one of source and destination must be remote.

Long options may be abbreviated where unambiguous.

qcp will read your ssh config file to resolve any host name aliases you may have defined. The idea is, if you can ssh directly to a given host, you should be able to qcp to it by the same name. However, some particularly complicated ssh config files may be too much for qcp to understand. (In particular, Match directives are not currently supported.) In that case, you can use --ssh-config to provide an alternative configuration (or set it in your qcp configuration file).

Usage: qcp [OPTIONS] [SOURCE] [DESTINATION]

Arguments:
Options:

This document was generated automatically by clap-markdown.