如何使用 NAnt ftp 任务将 .zip 文件解压缩到远程目录中?
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NAnt 不支持远程操作。如果您在 Windows 系统上运行,请尝试查看 PSExec
NAnt does not support remote operations. If you are running on a Windows system, trying looking at PSExec