Hey guys, I'm trying to download all genomes of Eimeria, present on NCBI. So, as usually, I wrote this line:
wget -r --accept-regex ".*_genomic.fna.gz" "ftp://ftp.ncbi.nlm.nih.gov/genomes/refseq/protozoa/Eimeria*" -P .
But, none file was returned (I tried with -A insetead of --accept-regex too), but the same occurs.
I'm using GNU Wget 1.17.1, and other times I already download several genomes with the same line.
this is an example of a link ftp directory with the file that I want.
the file in the case is: GCF_000499385.1_ENH001_genomic.fna.gz
Can anyone help ?