Upload + download data
How to upload data to UltiHash, and download it directly
Uploading Data
# Example: Upload a folder to a bucket on UltiHash
python3 uh_upload.py --url <https://ultihash> --bucket mybucket folder/
Downloading Data
# Example: Download a bucket from UltiHash
python3 uh_download.py --url <https://ultihash> --path local-folder mybucket
Last updated
Was this helpful?