Get Files

description

This section shows how to get files from the main node to local machine

Notes

  • This command can utilize scp to transfer data, it needs path to pem file.
  • If you don’t provide path to pem file, files will fetched through XML message

command-line

>>> ./EHPC-Client --files-get OPTIONS
All parameters should be in format parameter=value
Options:
    --domain, -d                domain of the main node to interact with
    --output-files              list of files to send to the cloud
    --key-pair-path             path to the key pair private file
    -id                         id of the operations
    --owner, -o                 owner of the operation
    --destination               where to save the transferred files

Example 1

copy file /home/...../data1.fasta and /home/......./data2.fasta to main node at ec2......com

./EHPC-Client --files-send -d=ec2........com --outFiles='/home/......./data1.fasta,/home/......./data2.fasta'

Output

list of uploaded files

Table Of Contents

Previous topic

Send Files

Next topic

Distribute Files

This Page