FTP 上下文选项

FTP 上下文选项FTP 上下文选项列表

说明

ftp://ftps:// 传输的上下文选项。

可选项

overwrite bool

允许覆盖远程服务器上已有的文件。仅适用于写入模式(上传)。

默认为 false

resume_pos int

开始传输的文件偏移量。仅适用于读取模式(下载)。

默认为 0 (文件开头)。

proxy string

通过 http 代理服务器代理 FTP 请求。 仅适用于文件读取操作。 例如:tcp://squid.example.com:8000

注释

注意: 底层套接字流上下文选项
底层传输 可能支持其他上下文选项 对于 ftp:// 流,请参阅 tcp:// 传输的上下文选项。 对于 ftps:// 流,请参阅 ssl:// 传输的上下文选项。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top