irix - rcp (1)
NAME
rcp - remote file copy
SYNOPSIS
rcp [ -p ] [ -v ] file1 file2
rcp [ -p ] [ -r ] [ -v ] file ... directory
DESCRIPTION
rcp copies files between machines. Each file or directory argument has
one of these forms:
o A local filename, path, containing no : characters, or a \ before any
:'s.
o A remote filename of the form remhost:path.
o A remote filename of the the form remuser@remhost:path, which uses the
user name remuser rather than the current user name on the remote
host.
If path is not a full pathname, it is interpreted relative to your login
directory on remhost. A path on a remote host can be quoted (using \, ",
or ') so that the metacharacters are interpreted remotely.
By default, the mode and owner of file2 are preserved if it already
existed; otherwise the mode of the source file modified by the umask(2)
on the destination host is used.
The options to rcp are:
-p Causes rcp to attempt to preserve (duplicate) in its copies the
modification times and modes of the source files, ignoring the
umask.
-r If any of the source files are directories, rcp copies each subtree
rooted at that name; in this case the destination must be a
directory.
-v Causes the filename to be printed as it is copied to or from a
remote host.
rcp does not prompt for passwords; your current local user name must
exist on remhost and allow remote command execution via rsh(1C).
rcp handles third party copies, where neither source nor target files are
on the current machine. Hostname-to-address translation of the target
host is performed on the source host.
SEE ALSO
cp(1), ftp(1C), rlogin(1C), rsh(1C), hosts(4), rhosts(4).
BUGS
rcp doesn't detect all cases where the target of a copy might be a file
in cases where only a directory should be legal.
If you use csh(1), rcp does not work if your .cshrc file on the remote
host unconditionally executes interactive or output-generating commands.
The message
protocol screwup
is displayed when this happens. Put the offending commands inside the
following conditional block:
if ($?prompt) then
endif
so they won't interfere with rcp, rsh, and other non-interactive,
rcmd(3N)-based programs.
rcp cannot handle filenames that have embedded newline characters. A
newline character is a rcp protocol delimiter. The error message when
this happens is:
protocol screwup: unexpected <newline>