Download from host to aipha folder
- operators.sys.download_from_host_to_aipha_folder(client, url='127.0.0.1', port='22', username='ubuntu', identity_file='', location='file.laz', folder_destination='/folder_destination', worker_instance_type='x2large', manager_instance_type='small', extension_destination='.laz', skip_existing_files=False)
- Download a path from a host via ssh
- download_from_host_to_aipha_folder(client,url=’127.0.0.1’,port=’22’,username=’ubuntu’,identity_file=’’,location=’file.laz’,destination=’/destination’,worker_instance_type=’x2large’,manager_instance_type=”small”,extension_destination=”.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 – Path to download from host
folder_destination – Location to upload to aipha
worker_instance_type – cloud instance type of worker nodes
manager_instance_type – cloud instance type of manager node
extension_destination – File extension of files in folder for folder_destination
skip_existing_files – skip files that already exist in the output folder