heimdal-rcp (1) Linux Manual Page
rcp – copy file to and from remote machines
Synopsis
rcp [-45FKpxz ] [-P port ] file1 file2rcp [-45FKprxz ] [-P port ] file… directory
Description
rcp copies files between machines. Each file argument is either a remote file name of the form “rname [at] rhost:path” or a local file (containing no colon or with a slash before the first colon). Supported options:
- –4 –5 –K –F –x –z
- These options are passed on to rsh(1).
- These options are passed on to rsh(1).
- -P port
- This will pass the option –p port to rsh(1).
- -p
- Preserve file permissions.
- -r
- Copy source directories recursively.
