...
Optimization of globus transfer, various suggestions
Code Block |
---|
aaaThere is a –r recursive copy option; Or else you can do a loop in shell: set daq = (1380001.daq 1380003.daq 1380004.daq); foreach f ($daq) globus-url-copy -p 25 file:/star/bla/bla/$f gsiftp://pdsfgrid.nersc.gov/bla/bla/bla/$f end If you specify a source ending in "XXX/" , it will treat XXX as a directory and transfer all files in XXX from the XXX directory |
bbbb