Aria2c as daemon on Debian

1

How can I run aria2c as a daemon on a Debian machine?

The idea is:

Run aria2c on Debian NAS + aria2 client on windows machine, to manage on download jobs...

pakito

Posted 2012-05-14T10:47:37.213

Reputation: 11

Answers

2

You can use aria2c as a daemon with

aria2c -D

MilanorTSW

Posted 2012-05-14T10:47:37.213

Reputation: 429

But then how do you interact with the daemon from a distant machine (windows in this case)? Well, I'm currently writing aria2p for this purpose: https://github.com/pawamoy/aria2p. It's a work-in-progress, watch the repo to see how it goes!

– pawamoy – 2018-12-14T15:50:46.967