phing + sftp 上传网站作为自动构建的一部分

发布于 2024-09-14 18:11:54 字数 128 浏览 4 评论 0原文

有谁知道在 Phing 构建中使用 SFTP 将文件上传到远程服务器的简单方法吗?我似乎无法找到自定义或本机 Phing 任务来执行此操作。另一个问题是 SFTP unix 命令的交互性(到达主机后需要密码等)

有什么想法吗?

Does anybody know of an easy way to upload files to a remote server using SFTP from within a Phing build? I cant seem to find a custom or native Phing task to do this. The other problem is the interactivity of the SFTP unix command (requiring a password after reaching host, etc.)

Any ideas?

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

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

发布评论

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

评论(2

野鹿林 2024-09-21 18:11:54

为什么不使用SCP(安全复制)?它直接受 Phing 支持(请参阅 scp 任务文档) 。

有关差异的概述,请参阅此网站。 。

Why not use SCP (Secure Copy)? It's directly supported by Phing (See the scp Task documentation ).

For an overview of the differences, see this website...

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