[Anonymous contrib] root -> admin dans une commande scp (#1246)

* root -> admin dans une commande scp

* Fix simone's diff

Co-authored-by: Yunobot <simone@yunohost.org>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
YunoHost Bot 2020-04-08 16:10:29 +02:00 committed by GitHub
parent 94d1f40030
commit f0429d907a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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)
More informations about file transfer using *scp*: http://doc.ubuntu-fr.org/ssh#transfert_-_copie_de_fichiers (french, need english documentation)

View file

@ -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?