标签: nant build-script nant-task
我的ftp服务器上有一个zip文件。有没有办法用NAnt解压缩? 以下是我想要做的示例代码:
<ftp connection="liveAuditToolConnection" remotedir="/remotedir"> <unzip zipfile="backup.zip"/> </ftp>
假设backup.zip文件已经存在于ftp服务器中。 感谢名单:)
答案 0 :(得分:0)
NAnt不支持远程操作。如果您在Windows系统上运行,请尝试查看PSExec