.Net - 如何将流写入指定位置的文件

发布于 2024-12-08 04:56:00 字数 144 浏览 1 评论 0原文

我正在尝试将 zip 文件从 FTP 位置下载到服务器硬盘中的目录。

我从 FTP 位置获取作为 ReponseStream 的 zip 文件。

我如何将此 zip 文件写入指定目录。我不能说这个文件的大小是多少。

提前致谢。

I am trying to download a zip file from an FTP location to a directory in the server harddisk.

I am getting the zip file as a ReponseStream from the FTP location.

How can i write this zip file to a specified directory. I can't say what the size of this file will be.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不咬妳我踢妳 2024-12-15 04:56:00

您可以只使用 WebClient.DownloadFile("remote file", "local file") 吗?简单多了。

Can you just use WebClient.DownloadFile("remote file", "local file")? It's so much simpler.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文