mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #17 from M5oul/master
Création de la page de l'app transmission
This commit is contained in:
commit
73f8952123
1 changed files with 26 additions and 0 deletions
26
app_transmission_fr
Normal file
26
app_transmission_fr
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Doc Transmission
|
||||||
|
|
||||||
|
### Téléchargement fichiers téléchargés
|
||||||
|
|
||||||
|
Avec un navigateur web : https://votre-domaine.org/torrent/downloads/
|
||||||
|
|
||||||
|
### Comment télécharger un répertoire entier
|
||||||
|
|
||||||
|
Il faut archiver le répertoire. Pour cela il y a :
|
||||||
|
* tar : http://doc.ubuntu-fr.org/tar#utilisation_tar_seulconcatenation_de_fichiers
|
||||||
|
* zip : http://doc.ubuntu-fr.org/zip
|
||||||
|
|
||||||
|
### Transfert de fichier de son ordinateur de bureau vers YunoHost pour partager
|
||||||
|
|
||||||
|
Dans YunoHost, les torrent completés sont enregistrer dans :
|
||||||
|
/home/yunohost.transmission/completed
|
||||||
|
|
||||||
|
Pour transferer le fichier entrez la commande suivante :
|
||||||
|
|
||||||
|
```bash
|
||||||
|
scp /votre/fichier/ root@votre-domaine.org:/home/yunohost.transmission/completed
|
||||||
|
```
|
||||||
|
Pour plus de détails sur le transfert de fichier voir ici : http://doc.ubuntu-fr.org/ssh#transfert_-_copie_de_fichiers
|
||||||
|
|
||||||
|
[Site de transmission](http://transmissionbt.com/)
|
||||||
|
|
Loading…
Reference in a new issue