aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-29 21:15:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-29 21:15:24 +0000
commitbd64da3785e2bfeaa0914964683b126f01f5c497 (patch)
tree1e3bdf7d50f9c9cab7f54583b319b6588fb3d4b3 /docs/curl.1
parent4fef0d4f14dc3765e88a17fae3c4cd90fff89c33 (diff)
--ftp-method was added in 7.15.1. This mention ends up a bit oddly formatted
but I'm not in the mood to fight nroff right now...
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.11
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 5e659a895..9cc1ed7bd 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -419,6 +419,7 @@ curl does one CWD with the full target directory and then operates on the file
\&"normally" (like in the multicwd case). This is somewhat more standards
compliant than 'nocwd' but without the full penalty of 'multicwd'.
.RE
+(Added in 7.15.1)
.IP "--ftp-pasv"
(FTP) Use PASV when transferring. PASV is the internal default behavior, but
using this option can be used to override a previous --ftp-port option. (Added