Send Files

description

This section shows how to send files to the cluster on the cloud

Notes

  • This command utilizes scp to transfer data, it always requires path to pem file.
  • The command creates the same file system on the server.

command-line

>>> ./EHPC-Client --files-send OPTIONS
All parameters should be in format parameter=value
Options:
    --domain, -d                domain of the main node to interact with
    --input-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

Example 1

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

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

Output

list of uploaded files

Table Of Contents

Previous topic

Functionalities relate to Data transfer

Next topic

Get Files

This Page