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