Using HP-UX Internet Services (February 2007)

This example copies all files whose names begin with memo and all files whose names
end with mail from the users local home directory to the directory june_mail in the
users home directory on host sage.
NOTE: Any output generated by commands in a .login, .profile, or .cshrc file
on the remote host can cause rcp errors.
IMPORTANT: Do not attempt to copy a file over itself, as in the following example:
rcp /home/cheryl/.profile /home/cheryl/.profile
This can corrupt the file’s contents.
22 Transferring Files with rcp