Answer the question
In order to leave comments, you need to log in
Give permission to Transmission to write a file to a directory?
the Transmission program works (Ubuntu 18.04, but it cannot write the downloaded file to the directory specified in the settings.
Through Samba I opened the folder, gave the rights 777. Through Wundows I see this folder, I throw files there, everything is ok. Umask = 0 in the settings. But Transmission does not can write anything there.
As I understand it, you need to give the client permission to write. What is the correct command? share?
Answer the question
In order to leave comments, you need to log in
In the default installation, Transmission runs as the transmission user.
This is how you can fix it.
Look at the rights to the directory you are trying to download.
Stop the daemon sudo systemctl stop transmission-daemon.service
Start sudo systemctl edit transmission-daemon.service
Enter something like:
[Service]
User=твой_логин
Group=твоя_группа
sudo systemctl start transmission-daemon.service
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question