如何在Powershell中通过FTP上传目录

发布于 2024-12-07 08:35:39 字数 185 浏览 0 评论 0原文

我看到了这篇文章: 使用 PowerShell 通过 FTP 上传文件

但我正在寻找如何上传将其中包含文件的目录传输到 FTP 服务器。 提前致谢

I came across this post:
Upload files with FTP using PowerShell

But I'm looking how i can upload a directory with files in it to a FTP server.
Thanks in Advance

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

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

发布评论

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

评论(1

与之呼应 2024-12-14 08:35:39

您应该编写一个循环进入目录的脚本,然后逐个上传文件。我不记得windows上的ftp命令可以上传整个目录。

您应该在这里找到示例:

http://www.dostips.com/DtTipsFtpBatchScript.php

You should write a script that loop into directory and then upload files one by one. I don't remember that ftp command on windows can upload an entire directory.

You should find example here :

http://www.dostips.com/DtTipsFtpBatchScript.php

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