82 | | Acts like a distributed ftp function. It allows a file to be put |
| 82 | Acts like a distributed ftp function. It allows a file to be copied from the console to every node in set. The useage for this command is: |
| 83 | |
| 84 | Copy a file to the home directory of the node |
| 85 | {{{ |
| 86 | joeuser@console.sb1:~$ ./orbitPutFile nodeset myFile |
| 87 | }}} |
| 88 | |
| 89 | Copy a file to a particular directory of the node |
| 90 | {{{ |
| 91 | joeuser@console.sb1:~$ ./orbitPutFile nodeset libApp.so /usr/lib |
| 92 | }}} |
| 93 | |
| 94 | === Command: orbitGetFileMerged === |
| 95 | |