A download manager for Linux which saves downloaded files in directories by date like 2012_06_29
- by Gart
I've been using Download Master on Windows for years and what I liked most about it is that this program can automatically put downloaded files into directories by download date:
/Downloads
|
|--/2012_06_28
| |
| |--a.zip
| |--b.pdf
| ...
|
|--/2012_06_29
| |
| |--c.txt
| ...
...
I'm looking for something similar for Linux. Is there any free download manager that can do this?
I have tried KGet and uGet but they both seem to lack this feature. If there is a way to configure them to do that, I'll be happy to know about it. Thank you.