From 869ec90442cf1219630d5a942dc5c406f6d9b57b Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Fri, 8 Aug 2014 18:58:29 +0200 Subject: [PATCH] Update app_transmission.md --- app_transmission.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/app_transmission.md b/app_transmission.md index 20820783..bfc67050 100644 --- a/app_transmission.md +++ b/app_transmission.md @@ -1,11 +1,24 @@ -#Transmission +# Transmission -This page is not created yet, you can edit it by pressing `````` on your keyboard or by clicking the "edit" button on the bottom-right side of your screen. You will be able to preview your changes by pressing `````` again or by clicking the "preview" button. +### What is Transmission? -** Note: ** If you don't have any account you will have to send the modifications manually. +Transmission is a download and share file software based on BitTorent protocol. +* [Transmission web site](http://transmissionbt.com/) -###Syntax +### How to download completed files? -This page use the markdown syntax, please refer to the documentation for further informations: +If Transmission is installed on `/torrent/`, you could download your completed files to the following adress: https://votre-domaine.org/torrent/downloads/ + +### 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://@/home/yunohost.transmission/completed +``` +user = admin or root -http://daringfireball.net/projects/markdown/syntax \ No newline at end of file