Transmission is a share software based on BitTorrent protocol.
If Transmission is installed on /torrent/
, you could download your completed files to the following address: https://your-domain-name.org/torrent/downloads/
In YunoHost, completed files are saved in: /home/yunohost.transmission/completed
With your file manager (under GNU/Linux) do CTRL + L
then enter:
sftp://<user>@<your-domain.org>/home/yunohost.transmission/completed
user = admin or root
To transfer file, type in the following command:
scp (-r) /your/file/ root@your-domain.org:/home/yunohost.transmission/completed
Once connected to your server, using SSH, move to the download folder and ZIP it:
cd /home/yunohost.transmission/completed
zip -r your_archive.zip [dossier]
More informations about file transfer using scp: http://doc.ubuntu-fr.org/ssh#transfert_-_copie_de_fichiers (French, need English documentation)
Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to suggest changes.
Powered by Grav + with by Trilby Media.