You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use aria2c as a systemd service, which I can then interact with using an RPC client such as this project. This is nice for a couple reasons: I can remotely manage downloads for a headless server over a VPN, and downloads are automatically continued and run the the background when the computer boots (without any GUI components needing to load).
You have a very nice GUI and you already run an aria2c instance internally, so why not allow connection to a daemon running in a separate process? This would be similar in spirit to to transmission-remote.
It would also allow more granular configuration by editing the aria2.conf file, giving power-users desired customization ability without cluttering the settings GUI.
The text was updated successfully, but these errors were encountered:
Hello. Connecting to a remote aria2c daemon has been supported for a while now, but on the latest version apparently I accidentally removed the option in the Preferences page and somehow didn't notice. I'm very professional as you can see.
I re-added the option in the commit 751c858 and it will be made available in the next version which I plan to release soon. Until that you can build the next branch to use this feature. It'll be under Advanced Settings.
I use
aria2c
as a systemd service, which I can then interact with using an RPC client such as this project. This is nice for a couple reasons: I can remotely manage downloads for a headless server over a VPN, and downloads are automatically continued and run the the background when the computer boots (without any GUI components needing to load).You have a very nice GUI and you already run an
aria2c
instance internally, so why not allow connection to a daemon running in a separate process? This would be similar in spirit to to transmission-remote.It would also allow more granular configuration by editing the
aria2.conf
file, giving power-users desired customization ability without cluttering the settings GUI.The text was updated successfully, but these errors were encountered: