Upload from aipha to host folder
- operators.sys.upload_from_aipha_to_host_folder(client, url='127.0.0.1', port='22', username='ubuntu', identity_file='', folder_target='/folder_target', location='file.laz', worker_instance_type='x2large', manager_instance_type='small', extension_target='.laz', skip_existing_files=False)
- Upload a path to a host via ssh
- upload_from_aipha_to_host_folder(client,url=’127.0.0.1’,port=’22’,username=’ubuntu’,identity_file=’’,target=’/target’,location=’file.laz’,worker_instance_type=’x2large’,manager_instance_type=”small”,extension_target=”.laz”,skip_existing_files = False )
 - Parameters:
- url – Url to host 
- port – Port to host 
- username – Username to host 
- identity_file – Path to identity file on aipha 
- location – Location of file to upload on host 
- folder_target – Path to upload from aipha 
- worker_instance_type – cloud instance type of worker nodes 
- manager_instance_type – cloud instance type of manager node 
- extension_target – File extension of files in folder for folder_target 
- skip_existing_files – skip files that already exist in the output folder