Hi,
I'm doing ftp using Ant.
I want to get the files.

<target name="get_files" >
<ftp action="get"
       server="192.168.89.191"
       remotedir="saurabh/"
       userid="kiran"
       password="kiran">
    <fileset dir="d:/Hindi/"  >
    <include name="**/*.java"/>
    </fileset>
  </ftp>
</target>

this is what i'v written,  but it do not get the files from the directories
which are in saurabh, ie  recursively!!!!!!!   instead it get the get the
files from saurabh directory only.

I'v tried all permutation combination also but all in vain. Can anyone
suggest me something.

Thanks in advance.

saurabh


The Information contained and transmitted by this E-MAIL is proprietary to 
Wipro Limited and is intended for  use only by the individual or entity to which 
it is addressed, and may contain information that is privileged, confidential or 
exempt from disclosure under applicable law. If this is a forwarded message, 
the content of this E-MAIL may not have been sent with the authority of the 
Company. If you are not the intended recipient, an agent of the intended 
recipient or a  person responsible for delivering the information to the named 
recipient,  you are notified that any use, distribution, transmission, printing, 
copying or dissemination of this information in any way or in any manner is 
strictly prohibited. If you have received this communication in error, please 
delete this mail & notify us immediately at [EMAIL PROTECTED] 

Reply via email to