Commit 59302d4b authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Show an absolute sftp: file path to give an additional example.

parent c563a53c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ SIMPLE USAGE

  Get a file from an SSH server using SFTP:

        curl -u username sftp://shell.example.com/~/personal.txt
        curl -u username sftp://shell.example.com/etc/issue

  Get a file from an SSH server using SCP using a private key to authenticate: