fabricdaa.blogg.se

How to compile rtorrent on windows
How to compile rtorrent on windows







Setting the allowed hosts to " *" does not work through the transmission-daemon -a option for some reason, so we must edit the newly created config file. Without setting it, ~/.config/transmission-daemon will be used.įurther configuring (required for remote usage!) "-g" sets the Transmission Daemon config folder. The -f option sets transmission-daemon to run in the foreground (not as a daemon) for this session so we can easily close it using Ctrl + C. Replace the text in bold with your values (it's self explanatory). Now you can click Ctrl + C to cancel (close transmission-daemon)Īnd make the torrents download dir writable:Ĭhmod -R 777 /path/to/downloaded/torrents Transmission-daemon -f -t -u your_username -v your_password -w /path/to/downloaded/torrents -g /etc/transmission-daemon/(For Ubuntu, add "sudo" in front of the command) If you are reading this how-to, you must be wanting to run transmission-daemon remotely, through transmisson-remote-gui so we must make the necessary adjustments: Libevent is needed so we are going to install this too. We could compile it of curse but I was too lazy this time so I used the packages from Sid and installed them in Lenny.Īpt-get install transmission-cli transmission-common transmission-daemon

how to compile rtorrent on windows how to compile rtorrent on windows

Debian Sid and Squeeze come with the latest Transmission version, however, Debian Lenny does not.









How to compile rtorrent on windows