如何使用 NAnt ftp 任务将 .zip 文件解压缩到远程目录中?

发布于 2024-10-30 15:22:18 字数 252 浏览 1 评论 0原文

我的 ftp 服务器中有一个 zip 文件。有没有办法使用NAnt解压它? 以下是我想要执行的示例代码:

<ftp connection="liveAuditToolConnection" remotedir="/remotedir">
  <unzip zipfile="backup.zip"/>
</ftp>

假设 backup.zip 文件已存在于 ftp 服务器中。 谢谢:)

I have a zip file in my ftp server. Is there any way to unzip it using NAnt?
Here is a sample code of what I would like to do:

<ftp connection="liveAuditToolConnection" remotedir="/remotedir">
  <unzip zipfile="backup.zip"/>
</ftp>

Suppose that the backup.zip file already exists in the ftp server.
thanx:)

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

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

发布评论

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

评论(1

孤者何惧 2024-11-06 15:22:18

NAnt 不支持远程操作。如果您在 Windows 系统上运行,请尝试查看 PSExec

NAnt does not support remote operations. If you are running on a Windows system, trying looking at PSExec

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