Thank you for this! Didn't thought of trying the other similar function (fastq-dump) instead of fasterq-dump. Will try this later!
Also, do you know how I could possibly split the files into 3 (L1, R1, R2) after downloading? I did a quick search online, and most of them mentioned deinterleaving. I am not sure if this is the right strategy, since most of the tools I've search online splits them into 2 files (Forward and Reverse) by assumingly that each read takes on a fixed number of alternating lines in the file. However, the .fastq files I've already downloaded includes the L1-reads ontop of the forward and reverse reads, and I am not sure if they are suitable for said tools.