There is an online HTTP directory that I have access to. I have tried to download all sub-directories and files via wget. But, the problem is that when wg
wget
wg
you can use lftp, the swish army knife of downloading if you have bigger files you can add --use-pget-n=10 to command
--use-pget-n=10
lftp -c 'mirror --parallel=100 https://example.com/files/ ;exit'