************ Gather Files ************ description =========== This section shows how to collect files from the cluster nodes to the main node command-line ============= >>> ./EHPC-Client --files-gather OPTIONS All parameters should be in format parameter=value Options: --domain, -d domain of the main node to interact with --files list of files to collect from the nodes --dir path to a folder to collect the data in -id id of the operations --owner, -o owner of the operation **Example 1** Collect a file ``/home/ubuntu/result`` from all nodes and save it to ``/home/ubuntu/results`` on main node at ``ec2......com`` ``./EHPC-Client --files-gather -d=ec2........com --files=/home/ubuntu/result --dir=/home/ubuntu/results``