[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] get back out put files from server



Hello,
I am able to run a job and files are generated as a result of the job. I am trying to get those output files back to the remote client.
How do I do that ?
I tried :

new ClassAdStructAttr("TransferOutput", ClassAdAttrType.value2,"\"/home/stresult1.out\""),

new ClassAdStructAttr("TransferOutputRemaps", ClassAdAttrType.value2,"\"/home/stresult1.out=C:\\Users\\stresult1.out\""),

 

This does not seem to work.

Thanks,
D