doc/app_transmission.md

25 lines
778 B
Markdown
Raw Normal View History

2014-08-08 18:58:29 +02:00
# <img src="https://yunohost.org/images/transmission.png">Transmission
2014-06-15 16:15:47 +02:00
2014-08-08 18:58:29 +02:00
### What is Transmission?
2014-06-15 16:15:47 +02:00
2014-11-09 12:07:27 +01:00
Transmission is a share software based on BitTorrent protocol.
2014-08-08 18:58:29 +02:00
* [Transmission web site](http://transmissionbt.com/)
2014-06-15 16:15:47 +02:00
2014-08-08 18:58:29 +02:00
### How to download completed files?
2014-06-15 16:15:47 +02:00
2014-11-09 12:07:27 +01:00
If Transmission is installed on `/torrent/`, you could download your completed files to the following adress: https://your-domain-name.org/torrent/downloads/
2014-08-08 18:58:29 +02:00
### Sending files towards server for seeding
In YunoHost, completed files are saved in: `/home/yunohost.transmission/completed`
#### With SFTP
With your [file manager](https://en.wikipedia.org/wiki/File_manager) (under GNU/Linux) do `CTRL + L` then enter:
```bash
sftp://<user>@<your-domain.org>/home/yunohost.transmission/completed
```
user = admin or root
2014-06-15 16:15:47 +02:00