mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[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:
parent
94d1f40030
commit
f0429d907a
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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 ?
|
||||
|
|
Loading…
Reference in a new issue