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

This commit is contained in:
Dan Fandrich 2007-03-29 20:44:06 +00:00
parent c563a53c16
commit 59302d4ba0
1 changed files with 1 additions and 1 deletions

View File

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