mango.application.mdss.put

mango.application.mdss.put(files, dest=None, recursive=False, wait=False, project=None)[source]

Copies a file (or files) from a specified location to MDSS.

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).

Previous topic

mango.application.mdss.mv

Next topic

mango.application.mdss.remove

This Page