I have posted a patch[1] to implement sftp task.

Yes it was discussed yesterday on the dev list

By using sftp task,  you can do as follows,

  <sftp action="get"
          trust="true"
          server="172.16.1.15"
          userid="weblogic"
          password="weblogic"
          depends="yes"
          remotedir="/home/weblogic/logs">
    <fileset dir="${basedir}" >
      <include name="*.log"/>
   </fileset>
 </sftp>


Assuming that the fileset operates on the remote side, that is exactly
what I want - I will give it a try yes.

If you are interested in it, please try it.


Thanks, I will certainly try it and use it if it works.

[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=39532


Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to