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:)

link|improve this question

75% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.