From f0429d907ab314613b747263e9979511163d4108 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Wed, 8 Apr 2020 16:10:29 +0200 Subject: [PATCH] [Anonymous contrib] root -> admin dans une commande scp (#1246) * root -> admin dans une commande scp * Fix simone's diff Co-authored-by: Yunobot Co-authored-by: Alexandre Aubin --- app_transmission.md | 2 +- app_transmission_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app_transmission.md b/app_transmission.md index f756fd93..854a2bda 100644 --- a/app_transmission.md +++ b/app_transmission.md @@ -36,4 +36,4 @@ 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) \ No newline at end of file +More informations about file transfer using *scp*: http://doc.ubuntu-fr.org/ssh#transfert_-_copie_de_fichiers (french, need english documentation) diff --git a/app_transmission_fr.md b/app_transmission_fr.md index fb7f1e75..df00ad3d 100644 --- a/app_transmission_fr.md +++ b/app_transmission_fr.md @@ -23,7 +23,7 @@ utilisateur = admin ou root Pour transférer le fichier, entrez la commande suivante : ```bash -scp -r /votre/fichier/ root@votre-domaine.org:/home/yunohost.transmission/completed +scp -r /votre/fichier/ admin@votre-domaine.org:/home/yunohost.transmission/completed ``` ##### Comment télécharger un répertoire entier ?