ronald@Azure:~$ az storage file list -s FILESHARE -o table
Name Content Length Type Last Modified
----------------- ---------------- ------ ---------------
DEMO.TXT 9 file
ronald@Azure:~$ az storage file download -s FILESHARE -p DEMO.TXT
Finished[#############################################################] 100.0000%
{
"content": null,
"metadata": {},
"name": "DEMO.TXT",
"properties": {
"contentLength": 9,
"contentRange": "bytes 0-8/9",
"contentSettings": {
"cacheControl": null,
"contentDisposition": null,
"contentEncoding": null,
"contentLanguage": null,
"contentType": "application/octet-stream"
},
"copy": {
"completionTime": null,
"id": null,
"progress": null,
"source": null,
"status": null,
"statusDescription": null
},
"etag": "\"0x8D8EB06203D00A5\"",
"lastModified": "2021-03-19T18:38:01+00:00",
"serverEncrypted": true
}
}
ronald@Azure:~$ cat DEMO.TXT
RONRONRON