You´re using the wrong task.
Try <ftp> instead of <get>.
Jan
> -----Ursprüngliche Nachricht-----
> Von: Peter Gershkovich [mailto:peter.gershkovich@yale.edu]
> Gesendet am: Mittwoch, 15. Dezember 2004 18:22
> An: user@ant.apache.org
> Betreff: ftp issue
>
> Here is a piece of code that used to work fine:
> <get src="ftp://ftp.ncbi.nih.gov/refseq/LocusLink/LL_tmpl.gz"....>
>
> now I am getting an error:
>
> [get] Error opening connection
> sun.net.ftp.FtpProtocolException: PORT :500
> Illegal PORT command, EPSV ALL in effect
> [get] Error opening connection java.io.FileNotFoundException:
> refseq/Locus
> Link/LL_tmpl.gz
> [get] Error opening connection java.io.FileNotFoundException:
> refseq/Locus
> Link/LL_tmpl.gz
>
> any ideas how to make it working again?
> --
>
|