RCP

Section: User Commands (1)
Updated: local
Index Return to Main Contents
 

SYNOPSIS

rcp [-d] source [source ...] dest  

DESCRIPTION

rcp allows files to be transferred to or from remote machines, using the ethernet connection between Olivetti 3B2's supporting 3BNET. It does NOT use the nisend network interface, which has proved to be very unreliable, but uses the packet transport interface directly.

Any of the file names specified may be prefixed with a system name, meaning that the file should be transferred to or from the remote machine specified. The system name is separated from the file name by either a '!' or a ':' character.

Only one remote system may be specified for each rcp command, and all the source files must live on the same system. It is not possible to move files from one place to another on a remote machine - they must transfer across the ethernet connection. This is a restriction imposed by the protocol.  

FLAGS

-d
Turn debugging output on during the file transfer procedure. Useful only if you know what the ftp protocol is supposed to be doing.

 

EXAMPLES

rcp oscar!/usr/dave/file.c /usr/tmp

Copies the file /usr/dave/file.c from the system oscar to the destination /usr/tmp on the local system.

rcp /usr/dave/src/rcp.c myprog olive:/usr/dave/public

Copies the local files /usr/dave/src/rcp.c and myprog, to the destination /usr/dave/public on the system olive.  

SEE ALSO

uucp(1), cp(1), nisend(1)  

DIAGNOSTICS

Normal information about files which can't be read or written; this information may come from either host.

In the event of a protocol failure, the remote server may terminate rcp. There should be a diagnostic message - consult your guru.  

BUGS

You can't talk to more than one remote host at a time: things like

rcp a:file1 b:file2 c:dest

are NOT allowed.

You can't move things around on the remote host - you can only copy from one host to another.

The file transfer protocol is a home-grown variety, and is not going to be any sort of standard. It would be nice if it used TCP/IP, or some other well-defined protocol.


 

Index

SYNOPSIS
DESCRIPTION
FLAGS
EXAMPLES
SEE ALSO
DIAGNOSTICS
BUGS

This document was created by man2html, using the manual pages.
Time: 06:23:33 GMT, December 12, 2024