How to download and save large file from window azure? -


i have large file on window azure , want download , save on disk. maximum time each link on window azure 60 minutes. if dowload directly base on link, maybe isn't enough time. how download it?

nathan, question isn't clear, suspect referring time allowed shared access signature, , being concerned client might not download file within time allowed?

there 2 scenarios here:

  1. once storage transaction (ie. download file) uses sas begins, transfer able continue past expiration of sas. new requests authenticated using sas , fail if attempted past expiration time on sas.
  2. if client has resume download (or downloading in blocks), client has smart enough detect failed authentication after sas expires , re-request new sas issuer.

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -