We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8111c commit f9f2e0cCopy full SHA for f9f2e0c
README.md
@@ -84,7 +84,6 @@ If you want to rename multiple files, you can use the -n option:
84
85
`./blobporter -f /datadrive/f1.tar -f /datadrive/f2.md -n b1 -n b2 -c mycontainer`
86
87
-
88
### Upload to Azure Page Blob Storage
89
90
Same as uploading to block blob storage, but with the transfer definiton (-t option) set to file-pageblob.
@@ -132,7 +131,6 @@ By default files are downloaded to the same directory where you are running blob
132
131
133
`./blobporter -p -c mycontainer -t blob-file`
134
135
136
### Download a file via HTTP to a local file
137
138
`./blobporter -f "http://mysource/file.bam" -n /datadrive/file.bam -t http-file`
0 commit comments