Hello, I was trying to download a few files using wget, but I am facing issues on my system (Fedora WSL).
Failed to parse URI 'ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR460/002/ERR4605112/ERR4605112_1.fastq.gz'
Nothing to do - goodbye
Failed to parse URI 'ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR460/002/ERR4605112/ERR4605112_2.fastq.gz'
Nothing to do - goodbye
It worked completely fine on my college pc running Ubuntu.
Thanks. I think the difference here is that Fedora’s ‘wget’ is wget2 version 2.2.1, which as I understand it doesn’t support FTP (at least, not without going through an HTTP proxy).
On Fedora you could instead use curl. For example this command works for me: