Re: Ant task scp or sftp

2005-02-02 Thread Nicolas Vervelle
From: "Stefan Bodewig" <[EMAIL PROTECTED]> > On Sun, 30 Jan 2005, Nicolas Vervelle <[EMAIL PROTECTED]> > wrote: > > > Is there a way to upload only newer files ? > > Use a selector. Thanks, works great :) - To unsubscribe, e

Re: Ant task scp or sftp

2005-01-31 Thread Stefan Bodewig
On Sun, 30 Jan 2005, Nicolas Vervelle <[EMAIL PROTECTED]> wrote: > Is there a way to upload only newer files ? Use a selector. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: Ant task scp or sftp

2005-01-30 Thread Rhino
- Original Message - From: "Nicolas Vervelle" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Sunday, January 30, 2005 8:42 AM Subject: Re: Ant task scp or sftp > > - Original Message - > From: "Rhino" <[EMAIL PROTECTED]> &

Re: Ant task scp or sftp

2005-01-30 Thread Nicolas Vervelle
- Original Message - From: "Rhino" <[EMAIL PROTECTED]> > Have you tried using the sshexec task instead of scp? I've never tried > putting a 'copy' (or 'cp') in the command parameter but I assume it will > work. Then perhaps, you can copy only the desired files to the other > machine. AFA

Re: Ant task scp or sftp

2005-01-30 Thread Rhino
- Original Message - From: "Nicolas Vervelle" <[EMAIL PROTECTED]> To: Sent: Sunday, January 30, 2005 7:55 AM Subject: Ant task scp or sftp > Hello, > > I need to upload files to a server that accepts only secured connections > (scp, sftp). > > I

Ant task scp or sftp

2005-01-30 Thread Nicolas Vervelle
Hello, I need to upload files to a server that accepts only secured connections (scp, sftp). I'm currently using the scp ant task to do the job, but this task lacks the ability to upload only the newer files so it takes me a lot of time (30 mns now but increasing because more files are added) to