RemoteFile

RemoteFile[URL["uri"]]

是远程机器上一个文件的符号表示.

更多信息和选项

  • 也可以使用 RemoteFile["uri"].
  • RemoteFile[URL["uri"]]RemoteFile["uri"] 中,"uri" 可以是任何 URI,包括 scpsftp 等.
  • RemoteFile 支持以下选项:
  • Authentication $SSHAuthentication使用的认证参数
  • 在格式 Authentication->assoc 中,关联 assoc 可以包含以下键:
  • "Username"用于认证的用户名
    "Password"用于认证的密码
    "SSHKey"SSH 标识
    "SSHKeyPassword"用于解密 "SSHKey" 的密码字符串
  • SSH 标识可以形式 "SSHKey"->File[ident] 给出,其中,ident 是包含 SSH 私钥的文件. 也可以以 "SSHKey"->"string" 形式给出,其中,"string" 是一个 SSH 私钥.

范例

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

基本范例  (4)

使用 scp 安全协议从远程机器上拷贝文件:

拷贝指定为 URL 的远程文件:

使用 sftp 从远程机器上复制文件:

使用源和目标机器的不同认证直接复制远程文件:

范围  (4)

使用用户名和密码认证复制远程文件:

使用标识文件从远程机器上复制文件:

读取标识文件的内容:

使用标识文件数据从远程机器上复制文件:

如果没有足够信息来认证,则会出现提示:

选项  (1)

Authentication  (1)

设置 $SSHAuthentication 的值:

使用包含在 $SSHAuthentication 默认认证复制文件:

Wolfram Research (2019),RemoteFile,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RemoteFile.html.

文本

Wolfram Research (2019),RemoteFile,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RemoteFile.html.

CMS

Wolfram 语言. 2019. "RemoteFile." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/RemoteFile.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_remotefile, organization={Wolfram Research}, title={RemoteFile}, year={2019}, url={https://reference.wolfram.com/language/ref/RemoteFile.html}, note=[Accessed: 21-November-2024 ]}