]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Show an absolute sftp: file path to give an additional example.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 29 Mar 2007 20:44:06 +0000 (20:44 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 29 Mar 2007 20:44:06 +0000 (20:44 +0000)
docs/MANUAL

index d087c3b228d9e8fc786c1eaf9e9a01d56f984b50..1ea13f142c80533da56bb97249a79ed9999fda69 100644 (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: