- Use ShouldTransferFiles;
- Always transfer files to execution site: YES;
    rely on a shared filesystem: NO.
- Automatically transfer the files if the submit and execute machine are 
    not in the same FileSystemDomain: IF_NEEDED
Example
  Universe   = vanilla
  Executable = my_job
  Log        = my_job.log
  ShouldTransferFiles   = IF_NEEDED
  Transfer_input_files  = dataset_$(Process), common.data
  Transfer_output_files = TheAnswer.dat
  Queue 60