/sys$common/syshlp/helplib.hlb RCP *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Copies files between internet hosts. Enter the RCP command at the DCL prompt. You can copy files: o From a remote host to your host o From your host to a remote host o From one remote host to another remote host You can specify qualifiers in either DCL-style format or UNIX style format, but do not mix both types on the same command line. DCL-Style Format RCP [qualifier(s)[...]] source_file destination_file [/[NO]LOG ] [ /PASSWORD[=password] ] [ /[NO]PRESERVE ] [ /[NO]RECURSIVE ] [ /[NO]TRUNCATE_USER_NAME[=n] ] UNIX Style Format rcp [ -p ] [ -r ] /[source_file] /[destination_file] This format is valid only on UNIX systems.
Additional Information (explode) :
|