wszhan

Results 6 comments of wszhan

This is an error, but to make sense of everything, you could check this line against the counterpart in the [.ipynb](https://github.com/REMitchell/python-scraping/blob/master/Chapter03-web-crawlers.ipynb).

@VaslD Thanks for your reply! By running aria2 as admin, are you suggesting ways similar to those metioned in these posts: [How to run an application as “run as administrator”...

BTW the exact message I got is ``` C:\Users\wsz>aria2c --conf-path="C:\aria2\aria2.conf" Configuration file C:\aria2\aria2.conf is not found. ``` This message popped out no matter which way I tried.

After I changed the `aria2.conf` file's extension(previously it was .txt which is wrong, now it's the correct one .conf`, I tried ``` C:\Users\wsz>aria2c --conf-path="c:\aria2\aria2.conf" No files to download. ``` What...

> You can try to use json rpc remote controlling like ariang which is available on github. add option allow-rpc=true should be working. > […](#) > ---Original--- From: "yct"

> @wszhan It seems your problem was solved. “No files to download.” isn’t exactly related to configuration. A config file sets default parameters for new tasks and globals for Aria2....