I need to download files simultaneously- wget doesn't support that so I want to try aria2. But I don't see an option in aria2 to keep directory structure.
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
Determine the directory structure first, then build and use a download description file:
where
uri.txt
might containKeep in mind that aria2 is a download util - not an sync util, like rsync or lftp.
Referencing an
rsync
answer: https://stackoverflow.com/a/4147263/1163786 and anlftp
answer: https://superuser.com/a/305236.