Telling pvmmake to transfer a file



next up previous contents
Next: Telling pvmmake to Up: Running Pvmmake Previous: The pvmmake config

Telling pvmmake to transfer a file

 

The syntax for the pvmmake file-transfer command consists of two elements. These elements are

Note that local-host refers to the computer on which the pvmmake binary was launched; remote-host refers to any node of the virtual machine.

The general file-transfer syntax can be summarized as follows.

file_name_on_local_host
remote_host_1     filename_on_remote_host_1
remote_host_2     filename_on_remote_host_2
...               ...
remote_host_N     filename_on_remote_host_N
<BLANK LINE>
Note that any line in the config file that begins with the # character is considered to be a comment. A comment cannot take the place of a blank line in the above. For example, in the beginning of the above config file, the three files manager.c, worker.c, and makefile.shadowfax are transferred from the development host mithrandir.nist.org to the remote host galadriel.nist.org.




Fri Mar 31 20:30:34 EST 1995