Re: [NAnt-users] How to deploy nant compiled files to remote server.

2006-12-10 Thread si
> Now I want to deploy this zip file to another server in our > network. How to achieve this task? Is there any specific tasks in nant to > deploy files to a remote server? Please help me. So you can't using the remote server UNC path? I haven't used it, but perhaps this task might help: http://

[NAnt-users] How to deploy nant compiled files to remote server.

2006-12-10 Thread Bobby Michael
Hi, Currently I was using nant buildscripts to compile the code and generate a zip file. Now I want to deploy this zip file to another server in our network. How to achieve this task? Is there any specific tasks in nant to deploy files to a remote server? Please help me. Thanks in advance. Mike