Hi,

> I am doing FTP using ANT script and the target as follows:
> <target name="copyFileToRemoteFTP">
>  <ftp  server="${host}"  userid="{userid}" password="{password}"
> remotedir="/pub/incoming" port="21" >
>      <fileset dir="htdocs/manual" file="sample.txt"/>
>  </ftp>
> </target>

Try setting the retriesAllowed to -1 to keep retrying

Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to