]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
--ftp-method was added in 7.15.1. This mention ends up a bit oddly formatted
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2008 21:15:24 +0000 (21:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2008 21:15:24 +0000 (21:15 +0000)
but I'm not in the mood to fight nroff right now...

docs/curl.1

index 5e659a895928f44487e5f71c40769b3011169e1c..9cc1ed7bd95d922992110eb232250016d9d6ce49 100644 (file)
@@ -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