diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-05-14 22:03:42 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-05-14 22:03:42 +0000 |
commit | b0a4c992e73539b2a895ba2df5b7defd19d2629f (patch) | |
tree | a5419d1e5983e11d1a6fcf7ff5ccffabcb72fc9a /docs/curl.1 | |
parent | 85707460e58c27665fb8a647e2ebb85ae14525fa (diff) | |
download | curl-b0a4c992e73539b2a895ba2df5b7defd19d2629f.tar.gz |
Added SFTP directory listing test case 613.
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 79cfa9c6c..11b7fe530 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -900,7 +900,7 @@ default config file search path. commands are sent BEFORE the transfer is taking place (just after the initial PWD command to be exact). To make commands take place after a successful transfer, prefix -them with a dash '-' (only the latter is support with SFTP). To make +them with a dash '-' (only the latter is supported with SFTP). To make commands get sent after libcurl has changed working directory, just before the transfer command(s), prefix the command with '+'. You may specify any amount of commands. If the server returns failure for one |