dt blob cp
Overview
Copy files to and from the blob storage
Synopsis
dt blob cp <source_file> <destination_bucket>
Arguments
-
source_file(required)
Type:file
File name -
destination_bucket(required)
Type:String
Bucket name
Examples
Copy a file to the blob storage
dt blob cp myfile blob://mybucket
Copy a file from a bucket on the blob storage to your local drive
dt blob cp blob://mybucket/myfile.txt .
SEE ALSO
← Back to dt blob