Changes between Version 5 and Version 6 of Internal/Test-MCL
- Timestamp:
- Mar 29, 2006, 4:15:20 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Test-MCL
v5 v6 27 27 * Make sure the sender (node3-1) has the directory you wish to transfer using multicast (for e.g. ~/Test-MCL/512B contains 10000 512 byte files, ~/Test-MCL/512B-5000 contains 5000 512 byte files). 28 28 {{{ 29 scp ~/Test-MCL/512B-5000 root@node3-1:/root/ 29 cd ~/Test-MCL 30 scp -r 512B-5000 root@node3-1:/root/ 30 31 }}} 31 32 * Modify start-mcasttx.sh according to the directory you want to transfer - for e.g. to transfer 512B-5000, start-mcasttx.sh should contain the following command: