diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-03-29 20:44:06 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-03-29 20:44:06 +0000 |
commit | 59302d4ba04a63ff39e5fb22b4d79293218bd317 (patch) | |
tree | 3ae8d72dd1f57117bb28b1adb9facda40781781e /docs | |
parent | c563a53c161cd7669f80a8ad020640436d43adce (diff) | |
download | curl-59302d4ba04a63ff39e5fb22b4d79293218bd317.tar.gz |
Show an absolute sftp: file path to give an additional example.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MANUAL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index d087c3b22..1ea13f142 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: |