Parameters: |
- files (str or sequence of str) – File/directory path or sequence of file/directory
paths to be copied to MDSS.
- dest (str) – File/directory path where files are copied on MDSS.
If None uses MDSS default project working directory as destination.
- recursive (bool) – Whether directories are copied recursively to MDSS.
- wait (bool) – Whether to wait for the files to be copied from staging
disk to tape.
- project (str) – NCI project identifier string, if None, uses default
project (as returned from the getDefaultProject() function).
|