Re: [staf-users] Copying file from one machine to other machine

2009-09-21 Thread Joshi, Prasad
forge.net Subject: Re: [staf-users] Copying file from one machine to other machine That's exactly what the FS service allows you to do. If you run the following on : STAF FS COPY FILE /tmp/test.txt TOFILE /usr/local/test.txt The file will be copied from to the local machine . The TOMAC

Re: [staf-users] Copying file from one machine to other machine

2009-09-18 Thread David Bender
That's exactly what the FS service allows you to do. If you run the following on : STAF FS COPY FILE /tmp/test.txt TOFILE /usr/local/test.txt The file will be copied from to the local machine . The TOMACHINE option on the FS COPY request defaults to the machine which originated the request.