From: Dan Fandrich Date: Thu, 29 Mar 2007 20:44:06 +0000 (+0000) Subject: Show an absolute sftp: file path to give an additional example. X-Git-Tag: curl-7_16_2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59302d4ba04a63ff39e5fb22b4d79293218bd317;p=thirdparty%2Fcurl.git Show an absolute sftp: file path to give an additional example. --- diff --git a/docs/MANUAL b/docs/MANUAL index d087c3b228..1ea13f142c 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -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: