RE: SFTP task

2007-02-27 Thread Rebhan, Gilbert
Hi, -Original Message- From: Dick, Brian E. [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 9:30 PM To: user@ant.apache.org Subject: SFTP task /* I have the FTP task all over my build files, and now I need to use SFTP. I don't see an SFTP task. I only see sftp

RE: SFTP task

2007-02-27 Thread Dick, Brian E.
Thanks for the clarification. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 6:39 PM To: Ant Users List Subject: RE: SFTP task > -Original Message- > From: Dick, Brian E. [mailto:[EMAIL PROTECTED]

Re: SFTP task

2007-02-27 Thread Antoine Levy-Lambert
Hello Dick, Atsuhiko Yamanaka has created a bug report with an implementation of the sftp task. http://issues.apache.org/bugzilla/show_bug.cgi?id=39532 Maybe you can build it yourself and try it. You can also vote for the bug report. Best regards, Antoine On Feb 27, 2007, at 6:38 PM

RE: SFTP task

2007-02-27 Thread Anderson, Rob (Global Trade)
> -Original Message- > From: Dick, Brian E. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2007 12:30 PM > To: user@ant.apache.org > Subject: SFTP task > > I have the FTP task all over my build files, and now I need > to use SFTP. > I don't see

SFTP task

2007-02-27 Thread Dick, Brian E.
I have the FTP task all over my build files, and now I need to use SFTP. I don't see an SFTP task. I only see sftp as a parameter for the SCP task, but SCP has a completely different syntax from FTP and would require a lot of re-coding. What's the easiest way to get from FTP to SF

[patch] sftp task

2006-04-26 Thread Atsuhiko Yamanaka
Hi there, I have posted a patch to implement sftp task at http://issues.apache.org/bugzilla/show_bug.cgi?id=39373#c13 If you are interested in it, please try. Commnets, suggetions and questions are welcome. PS. that task is implemented as 'org.apache.tools.ant.taskdefs.optional.ssh