如何在Powershell中通过FTP上传目录
我看到了这篇文章: 使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该编写一个循环进入目录的脚本,然后逐个上传文件。我不记得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