Re: ant, rsync and ssh passphrase

2006-08-21 Thread Michael Bauroth
Thank you Antoine! Regards Michael Antoine Levy-Lambert wrote: Hi, if the implementation of rsync asks for the passphrase on the console and not from stdin (programs like su or login do this for their query of password) there is no way you can give the passphrase when starting rsync using

Re: ant, rsync and ssh passphrase

2006-08-21 Thread Antoine Levy-Lambert
Hi, if the implementation of rsync asks for the passphrase on the console and not from stdin (programs like su or login do this for their query of password) there is no way you can give the passphrase when starting rsync using the ant task exec. interacts with executables the same way as a

ant, rsync and ssh passphrase

2006-08-16 Thread Michael Bauroth
Hi, does there exist an option to use rsync with ssh + password/passphrase from within ANT too? If so, how can I call it? Any help would be great. Regards Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co