-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DirectDownload cannot correctly handle different directory. #34
Comments
What do you mean by |
I have a file in |
How do you set the path for the downloads in |
I use other external cli tool to start the download with RPC, and it also select a different download destination. |
I can understand why this doesn't work. I'll try to come up with a solution. |
@maple3142 Could you send a screenshot of the |
That should be now fixed. I'll publish a new release soon. Checkout version |
Although it could get the correct url in latest version, but aria2app always failed to add any download. |
Unluckily it is not possible due to the fact that they require additional information to be passed to the client. How does it fail? Gives an error message immediately or fails afterwards? |
Whenever I start to download anything, there's a toast said |
As a temporary workaround, try stopping the app from the system settings. |
Sorry, I found the reason why it doesn't work it that Aria2App doesn't have storage permission in app's settings page. It works when I enable it. Besides, how I can copy or download the file through external downloaders? |
I added an option in the preferences under |
My default download folder in my PC is
dir=C:/Users/Administrator/Downloads
, but I usually use another download to start some download, which set the destination toC:/Users/Administrator/Downloads/dmhy
.And I have a nginx server on my pc,
http://IP_OF_MYPC/Downloads/
points toC:/Users/Administrator/Downloads
so that normal download can be correctly handled.However, it doesn't work fine with files in
C:/Users/Administrator/Downloads/dmhy
.The text was updated successfully, but these errors were encountered: