ExternalStorageDownload

ExternalStorageDownload[location]

从指定的 location 下载内容.

ExternalStorageDownload[location,dest]

从指定的 location 将内容下载至本地的目标文件或目录 dest.

ExternalStorageDownload[locationdest]

从指定位置将内容下载至本地的目标文件或目录 dest.

ExternalStorageDownload[{location1,location2,},dest]

从指定位置将内容下载至本地目标 dest.

ExternalStorageDownload[{location1,location2,}dest]

从指定位置将内容下载至本地目标 dest.

ExternalStorageDownload[{location1dest1,location2dest2,}]

从指定位置将内容下载至本地目标.

更多信息和选项

  • 默认外部存储由 $ExternalStorageBase 给出.
  • location 的可能的形式包括:
  • "CID"IPFS 内容标识符 (CID)
    "path"外部存储服务中的路径(如 Dropbox)
    "bucket/key"外部存储服务(如 Amazon S3)中的存储桶名称和密钥
    "bucket/prefix/"外部存储服务(如 Amazon S3)中的存储桶名称和前缀
    "uri"外部存储服务的 URI(如 Amazon S3 URI)
    ExternalStorageObject[]外部存储对象
  • dest 的可能的形式包括:
  • "file"本地文件路径
    "directory"本地目录
    {"file1","file2",}本地文件路径列表

范例

打开所有单元关闭所有单元

基本范例  (4)

从 InterPlanetary 文件系统 (IPFS) 下载文件:

导入下载的内容:

从 Dropbox 下载一个文件:

导入下载的内容:

从 Amazon S3 存储桶下载一个文件:

导入下载的内容:

通过提供 ExternalStorageObject 从 Amazon S3 存储桶下载多个文件:

导入下载的文件:

范围  (11)

单个文件  (7)

通过提供内容标识符 (CID) 从 InterPlanetary 文件系统 (IPFS) 下载文件:

通过提供 ExternalStorageObject 从 InterPlanetary 文件系统 (IPFS) 下载文件:

将文件上传至 Dropbox:

通过提供路径从 Dropbox 下载文件:

从 InterPlanetary 文件系统 (IPFS) 将文件下载至特定的本地路径:

从 Amazon S3 存储桶下载一个文件:

通过提供 ExternalStorageObject 从 Amazon S3 存储桶下载一个文件:

从 Amazon S3 存储桶下载一个文件到特定的本地目标:

用语法 locationdest 给出同样的结果:

多个文件  (4)

从 Amazon S3 存储桶下载多个文件:

通过提供 ExternalStorageObject 从 Amazon S3 存储桶下载多个文件:

从 Amazon S3 存储桶下载多个文件到特定的本地目录:

从 Amazon S3 存储桶下载多个文件到特定的本地目标:

第一个参数也可以是位置列表:

用语法 locationdest 给出同样的结果:

用规则列表 {location1dest1,location2dest2,} 也可以:

选项  (4)

ExternalStorageBase  (4)

Amazon S3  (2)

从 Amazon S3 存储桶下载一个文件:

从 Amazon S3 存储桶下载多个文件:

Dropbox  (1)

将文件上传至 Dropbox:

从 Dropbox 下载文件:

IPFS  (1)

从 InterPlanetary 文件系统 (IPFS) 下载文件:

属性和关系  (1)

CopyFile 也支持将 ExternalStorageObject 作为文件指定,将其下载至本地路径:

Wolfram Research (2020),ExternalStorageDownload,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ExternalStorageDownload.html (更新于 2021 年).

文本

Wolfram Research (2020),ExternalStorageDownload,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ExternalStorageDownload.html (更新于 2021 年).

CMS

Wolfram 语言. 2020. "ExternalStorageDownload." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2021. https://reference.wolfram.com/language/ref/ExternalStorageDownload.html.

APA

Wolfram 语言. (2020). ExternalStorageDownload. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ExternalStorageDownload.html 年

BibTeX

@misc{reference.wolfram_2024_externalstoragedownload, author="Wolfram Research", title="{ExternalStorageDownload}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/ExternalStorageDownload.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_externalstoragedownload, organization={Wolfram Research}, title={ExternalStorageDownload}, year={2021}, url={https://reference.wolfram.com/language/ref/ExternalStorageDownload.html}, note=[Accessed: 18-November-2024 ]}