• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Unable to download using FTP task

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to download a directory which has got many folders inside from an ftp server to local drive on windows2k.
build.xml file i am using is:
<project name="MyProject" default="dist" basedir=".">
<target name="dist">
<ftp action ="get" server="everest.in.ibm.com" userid="amit"
password="amit123" remotedir="XYZ" >

<fileset dir="ibm">
</fileset>

</ftp>
</target>
</project>
I am getting the following error when i execute the above script.
BUILD FAILED
file:C:/Ant/Others/WorkingWithAnt/build.xml:5: could not get file: 550 WebSphere ICS/DLMs/classes/NativeMaps/ ATP_Order.class: A file or directory in the path name does not exist.
Please help me in this regard.
Thanks
Shiva
SCJP 1.4
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic