Hmmm, well being that we currently ftp, I would agree with you that I should just use the scp task.
Thanks, Gary.
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577
-----Original Message-----
From: Gary Feldman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 13, 2004 12:25 PM
To: Bonnett, Evan A; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Deploying to remote machines
>From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
>Sent: Monday, September 13, 2004 11:43 AM
>
> What is the recommended way to deploy to remote machines? I build on
W2003
> Enterprise, create a tar ball and ftp to linux machines. So, if I
> create the directory structure on the build machine then tar it, what
> would be
the
> "recommended practice" to get that tar to another machine?
Much depends upon your internal setup, administration and security constraints. Probably the best approach is to use the scp task from the NantContrib project. I haven't used it, so I don't know whether it requires Cygwin or how well it works, but it is on my long term list. For the moment, we're using Samba to mount the UNIX disks, and vanilla copy. Samba raises its own set of administrative and security issues, but if you already have it, there's no reason not to use it.
Gary