From f7ba7989118d19915728b5665e799b7473dabe0f Mon Sep 17 00:00:00 2001 From: Nicholas Orr Date: Thu, 30 Apr 2015 10:27:42 +0800 Subject: [PATCH] update DirectURL tutorial due to switch from send to SimpleHTTPServer, need a couple of tweaks to the details. --- directurl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/directurl.md b/directurl.md index 7219aed..25a259d 100644 --- a/directurl.md +++ b/directurl.md @@ -16,8 +16,8 @@ Steps 3. open a shell session logged in as **aria2** 4. run ```cd /home/aria2/downloads``` 5. run ```python -m SimpleHTTPServer 8080``` -6. webserver is now running on port 8080 and will serve files from the directory specified -7. to test open up http://serverip:8080 - should get a response from the webserver, 2 lines of text, any browser errors and something hasn't been done properly, check IP/PORT etc +6. webserver is now running on port 8080 and will serve files from the directory the command was run in +7. to test open up http://serverip:8080 - should get a directory listing. any browser errors and something hasn't been done properly, check IP/PORT etc 8. go back to webui-aria2 9. go to ```Settings > Connection Settings``` 10. scroll down to Direct Download and put ```http://serverip:8080/``` in base URL field _(make sure have the / on the end)_