From c2eafee9075e26c0ab89d47fb4ff0785b909a326 Mon Sep 17 00:00:00 2001 From: Joey Aiello Date: Mon, 15 May 2017 15:45:35 -0700 Subject: [PATCH] Updated sftp.exe examples (markdown) --- sftp.exe-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sftp.exe-examples.md b/sftp.exe-examples.md index 28a9d3d..3555de1 100644 --- a/sftp.exe-examples.md +++ b/sftp.exe-examples.md @@ -10,7 +10,7 @@ This example connects to the local machine (`localhost`) as the user `test1`, and downloads/uploads some files. -```sh +``` sftp test1@localhost //login to local machine using test1 username sftp -i .ssh/id_rsa test1@remotehost //login using .ssh/id_rsa public key pair pwd //show current remote directory