Copy data between dteam and other VOs
Copy data to/from dteam and VOs
create a transfer.txt file, e.g:
host='davs://ceph-gw8.gridpp.rl.ac.uk:1094'
foo = open('dtmToAtl.txt','w')
for i in range(1,151):
src = f'{host}/dteam:test2TBRandom/{i}.txt'
dst = f'{host}/atlas:test/vectorreads/test2TBRandom/{i}.txt'
foo.write(f'{src} {dst}\n')
foo.close()
then run the following with a certificate that has access to both spaces:
fts-transfer-submit -s $FTSSERVICE -v -o -f transfer.txt