This section shows how to get files from the main node to local machine
Notes
>>> ./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