From d2d77c2cfe7315d40f19a69fbc415f16c1421260 Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Wed, 15 Mar 2023 10:48:06 -0400 Subject: [PATCH] cas sftp --- HowtoLFTP.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HowtoLFTP.md b/HowtoLFTP.md index 27e6aae8..02aceb40 100644 --- a/HowtoLFTP.md +++ b/HowtoLFTP.md @@ -10,11 +10,16 @@ $ lftp login@ftp.example.com ou en FTP anonyme : - ~~~ $ lftp ftp.example.com ~~~ +ou en SFTP : + +~~~ +$ lftp sftp://login@ftp.example.com +~~~ + On peut ensuite utiliser les commandes : * `ls` : lister le contenu d'un répertoire distant @@ -43,4 +48,4 @@ Il est possible de transmettre des commandes à LFTP depuis la ligne de commande ~~~ $ lftp -e "PUT foo.txt; wait; exit" ftp.example.com/path -~~~ \ No newline at end of file +~~~