This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Download files from EBI ftp

How to download the entire v2g_scored directory of open targets on my MAC from the command line or ftp client ?? I tried wget but it doesn't work and i tried with Fillezilla but this is not working as well.

https://ftp.ebi.ac.uk/pub/databases/opentargets/genetics/latest/v2g_scored/

ftp

1 answer

 wget -r --no-parent ftp://ftp.ebi.ac.uk/pub/databases/opentargets/genetics/latest/v2g_scored/

Great thank you. i didn't use --no-parent which seems to be important !

The critical part is to replace the https part of the URL by ftp://

Log in to answer this question.