I want to get list of directories from https for aria2c.
Since, as I know, unlikely to wget, there is no recurrent option in aria2c, I going to use the txt file as mentioned here
So I need the list of directories.
This is the target https.
I tried lftp but there were some cerificate errors.
It would be greatful to let me know how to get the txt file.
Thank you!
Try this hacked together script.
It'll recursively search all the files in the directory listing and print them. If you want to save the files into a file, just redirect
$filesinto the file.You can also try making it multi threaded by appending a
&to thelist_foldercalls.