RE: [nant-dev] SCP Task

2002-05-31 Thread Andy Smith
That's definitely a problem... If a task can't except user input, i don't see any other way but to store some password somewhere. You could use IsolateStorage to house the encrypted password for final use... but you'll still need some kind of password in the task to decrypt the real

Re: [nant-dev] SCP Task

2002-05-31 Thread Ian MacLean
Scott Hernandez wrote: Ive written a simple SCPTask, that wraps scp.exe. For it to work, you need to have a setup that doesnt require any password/pass-phrase to be typed. Im thinking about adding this task to the newly (soon to be) formed NAntContrib project.

RE: [nant-dev] SCP Task

2002-05-31 Thread Scott Hernandez
PROTECTED]] Sent: Friday, May 31, 2002 3:22 PM To: Scott Hernandez; [EMAIL PROTECTED] Subject: RE: [nant-dev] SCP Task That's definitely a problem... If a task can't except user input, i don't see any other way but to store some password somewhere. You could use IsolateStorage to house