Daniel Stenberg
f7d31bb3e3
Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only
...
encrypt the control connection and use the data connection "plain".
2006-09-23 19:37:23 +00:00
Dan Fandrich
b0d3ba76a0
-z works on FTP, too
2006-09-21 22:15:05 +00:00
Daniel Stenberg
ca5de26f50
lots of "HTTPS" features are really "SSL" ones as they are also valid for
...
FTPS
2006-09-20 13:09:27 +00:00
Daniel Stenberg
5de75eee56
PEM is default type for key and cert
2006-09-20 11:35:13 +00:00
Daniel Stenberg
29dc39fce1
- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a
...
handle that is part of a multi handle first removes the handle from the
stack.
- Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL
session-ID re-use on demand since there obviously are broken servers out
there that misbehave with session-IDs used.
2006-09-11 17:18:18 +00:00
Daniel Stenberg
4d4151f6c1
David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
...
control and data connection, as the existing --ftp-ssl option only requests
it.
2006-07-26 23:20:47 +00:00
Daniel Stenberg
2527b53019
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
...
tool option named --ftp-alternative-to-user. It provides a mean to send a
particular command if the normal USER/PASS approach fails.
2006-07-25 22:45:21 +00:00
Daniel Stenberg
55d22ba10c
when mentioning the default config file, point back to the actual description
...
of how to write such a file
2006-06-16 07:27:06 +00:00
Daniel Stenberg
fb88723afc
minor RFC updates, Dan Fandrich brought my attention to them
2006-05-25 11:15:25 +00:00
Daniel Stenberg
6ef7a81a3b
updated with more error codes
2006-04-26 13:00:45 +00:00
Daniel Stenberg
598ffeea89
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
2006-03-21 22:30:03 +00:00
Daniel Stenberg
938b5c886e
slightly edited explanation for -f/--fail by the help of Kjell Ericson
2006-03-15 21:21:35 +00:00
Daniel Stenberg
bac52f3969
--ftp-method and CURLOPT_FTP_FILEMETHOD are now documented and usable
2006-03-14 00:05:15 +00:00
Daniel Stenberg
26f112ba55
added large chunk of blurb about the progress meter
2006-03-02 22:04:39 +00:00
Daniel Stenberg
a15d107dde
Peter Su added support for SOCKS4 proxies. Enable this by setting the proxy
...
type to the already provided type CURLPROXY_SOCKS4.
I added a --socks4 option that works like the current --socks5 option but
instead use the socks4 protocol.
2006-02-21 07:46:41 +00:00
Daniel Stenberg
2fbf94b0f3
Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the
...
curl tool with --local-port. Plain and simply set the range of ports to bind
the local end of connections to. Implemented on to popular demand.
Not extensively tested. Please let me know how it works.
2006-01-30 08:24:07 +00:00
Dan Fandrich
803582f8ac
Fixed some statements about handling multiple occurrences of options.
...
Tried to make some of the wording a bit more consistent.
2006-01-20 18:56:27 +00:00
Daniel Stenberg
5deff1a179
clarify what "-P -" does
2006-01-19 20:40:08 +00:00
Daniel Stenberg
67a83c1b34
David Shaw finally removed all traces of Gopher and we are now officially
...
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
2006-01-16 22:14:37 +00:00
Daniel Stenberg
1e8d094274
improved the description of the -L/--location option
2006-01-16 00:00:28 +00:00
Daniel Stenberg
8f25a95b47
minor edit
2005-12-15 07:43:39 +00:00
Daniel Stenberg
b41765f441
mention the colon-only thing for -u and SSPI+NTLM
2005-11-24 07:20:13 +00:00
Daniel Stenberg
bac17ab7d8
extended the description for exit code 9
2005-11-14 00:17:03 +00:00
Daniel Stenberg
bd8baed138
Introducing range stepping to the curl globbing support. Now you can specify
...
step counter by adding :[num] within the brackets when specifying a range.
2005-11-10 22:11:01 +00:00
Daniel Stenberg
23951ec00c
mention the need for a "fake" -u when --negotiate is used
2005-11-07 08:37:08 +00:00
Daniel Stenberg
966fa848a0
Nis Jorgensen filed bug report #1338648
...
(http://curl.haxx.se/bug/view.cgi?id=1338648 ) which really is more of a
feature request, but anyway. It pointed out that --max-redirs did not allow
it to be set to 0, which then would return an error code on the first
Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS
set to 0, or -1 for infinity. Added test case 274 to verify.
2005-10-27 22:05:38 +00:00
Daniel Stenberg
9d152a77fd
Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
...
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or even "-r -[number]". Starting now,
curl will warn if this is discovered, and automatically append a dash to the
range before passing it to libcurl.
2005-10-27 12:05:36 +00:00
Daniel Stenberg
836d88a4b8
--max-time should work just as good on win32 these days
2005-09-08 20:21:52 +00:00
Daniel Stenberg
d5268ed511
mention the protocol-guessing when no protocol part is given in the URL
...
added TFTP to the list of supported protocols
2005-09-08 06:16:46 +00:00
Daniel Stenberg
291e9aeabd
don't start lines with apostrophes!
2005-09-04 21:53:10 +00:00
Daniel Stenberg
e369270f88
7.14.2 actually
2005-09-04 05:23:08 +00:00
Daniel Stenberg
7e845e7cfd
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
2005-09-04 05:16:06 +00:00
Daniel Stenberg
575ce905b2
ok, the right term (using RFC2616 lingo) for the -X keyword is method and not
...
request
2005-08-25 12:19:22 +00:00
Daniel Stenberg
a4773fcbbb
Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
...
from the command line tool with --ignore-content-length. This will make it
easier to download files from Apache 1.x (and similar) servers that are
still having problems serving files larger than 2 or 4 GB. When this option
is enabled, curl will simply have to wait for the server to close the
connection to signal end of transfer. I wrote test case 269 that runs a
simple test that this works.
2005-08-24 10:57:28 +00:00
Daniel Stenberg
162f58c53c
-H needs no CRLF or similar added
2005-08-12 20:56:12 +00:00
Daniel Stenberg
d8dcd5e472
added docs about the new proxy string support
2005-06-23 23:07:07 +00:00
Daniel Stenberg
b0f856213d
Added --trace-time that when used adds a time stamp to each trace line that
...
--trace, --trace-ascii and --verbose output. I also made the '>' display
separate each line on the linefeed so that HTTP requests etc look nicer in the
-v output.
2005-05-02 09:38:19 +00:00
Daniel Stenberg
002de1eae2
Updated with (new and old) default config file search path explanation.
2005-04-28 21:26:30 +00:00
Daniel Stenberg
b15507aac3
clarify that > in the verbose output can contain newlines
2005-04-16 12:24:12 +00:00
Daniel Stenberg
5ebc6e305e
add SSPI
2005-04-07 07:30:02 +00:00
Dan Fandrich
34854e70cf
Removed extraneous comma
2005-04-06 00:39:48 +00:00
Daniel Stenberg
5d1349031c
spell fixes, based on the Debian bug report #302820 submitted by "A Costa"
2005-04-04 08:07:04 +00:00
Daniel Stenberg
32a446cf19
format mistake in --form-string, pointed out by Owen Watson
2005-03-30 06:31:32 +00:00
Daniel Stenberg
970722483c
Added --proxy-anyauth
2005-03-28 22:17:49 +00:00
Daniel Stenberg
2f8085af15
David Houlder added --form-string
2005-03-12 19:39:27 +00:00
Daniel Stenberg
85baebd0d4
mention filename= for the -F
2005-02-17 07:47:32 +00:00
Daniel Stenberg
ab938bb9bd
-O clarification
2005-02-08 23:39:47 +00:00
Daniel Stenberg
177dbc7be0
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
...
present in RFC959... so now (lib)curl supports it as well. --ftp-account and
CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
string after PASS have been sent away. The client responds with "ACCT [account
string]".) Added test case 228 and 229 to verify the functionality. Updated
the test FTP server to support ACCT somewhat.
2005-01-25 22:13:12 +00:00
Daniel Stenberg
7e42cb61f7
FTP third transfer support overhaul. See CHANGES for details.
2005-01-21 09:32:32 +00:00
Daniel Stenberg
7472ede32a
Philippe Hameau found out that -Q "+[command]" didn't work, although some code
...
was written for it. I fixed and added test case 227 to verify it. The curl.1
man page didn't mention the '+' so I added it.
2005-01-20 22:22:12 +00:00
Daniel Stenberg
8a14dd25a9
updated the wording for -B/--use-ascii
2005-01-17 09:18:04 +00:00
Daniel Stenberg
534a8a05f3
mention --netrc in the -u description
2005-01-16 08:34:18 +00:00
Daniel Stenberg
4ba1eb26fa
Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
...
-w option support 'http_connect' to make it easier to verify!
2004-12-21 19:59:35 +00:00
Gisle Vanem
5c14b3be6d
Document CURLINFO_SSL_ENGINES and "--engine".
2004-12-13 20:14:04 +00:00
Daniel Stenberg
b6f855cb9b
Dan Fandrich corrects spelling mistakes
2004-12-10 21:56:35 +00:00
Daniel Stenberg
3e1caa6185
HTTP "auth done right". See lib/README.httpauth
2004-11-24 16:11:35 +00:00
Daniel Stenberg
8475a0df2f
new -w variables supported
2004-11-15 11:25:39 +00:00
Daniel Stenberg
fd884a3cd2
more retry stuff
2004-11-04 16:17:23 +00:00
Daniel Stenberg
8a66584db4
documented the current --retry options
2004-11-02 09:43:50 +00:00
Daniel Stenberg
2f069ad3e2
snart isn't really used these days so we cut out the reference to it
2004-10-19 15:34:05 +00:00
Daniel Stenberg
a3dbe03e80
added num_connects
2004-10-19 15:32:31 +00:00
Daniel Stenberg
35292e794a
--max-redirs is _not_ -Z
2004-09-30 14:38:29 +00:00
Daniel Stenberg
40b9b6f6dc
ftp-ssl mistake corrected
2004-09-16 08:45:11 +00:00
Daniel Stenberg
106695d45e
the new date parser affects -z
2004-09-15 07:31:48 +00:00
Daniel Stenberg
0ec4c66fba
fixed -F to support setting type= even on parts that aren't file-uploads
2004-09-10 21:47:52 +00:00
Daniel Stenberg
570455b21d
clarify the -Q option a bit better
2004-07-06 08:08:13 +00:00
Daniel Stenberg
8d611bec6e
--create-dirs clarification
2004-06-01 07:03:46 +00:00
Daniel Stenberg
765754d39d
--proxy-basic added for completeness
2004-05-25 14:44:25 +00:00
Daniel Stenberg
9fb4e019fa
IDN is a recognized feature
2004-05-24 13:23:54 +00:00
Daniel Stenberg
74551597b1
fixed a reference
2004-05-24 13:21:31 +00:00
Daniel Stenberg
0363fbc411
Added --proxy-digest, added the standard curl source header to this file.
2004-05-03 14:55:31 +00:00
Daniel Stenberg
211004bb0d
my nroff 1.18.1 complained the URL as it contains a nroff combo somehow
...
and when I modified it slightly the warning dissappeared...
2004-04-26 21:12:10 +00:00
Daniel Stenberg
bb3d6e8552
tcp-nodelay patch by Joe Halpin
2004-03-25 13:37:18 +00:00
Daniel Stenberg
13f98c5c18
Multiple updates, most of them being proper formatting to create nice html
...
links in the web pages, but also additional facts and removal of old crap.
2004-03-05 07:55:02 +00:00
Daniel Stenberg
c7775c59bf
mention in --limit-rate that --speed-limit might ruin the limiting slightly.
2004-02-21 16:18:57 +00:00
Daniel Stenberg
1a6969a887
Added documentation of a few command line options that were still undocumented
...
here.
2004-02-06 10:17:13 +00:00
Daniel Stenberg
aaa42735e6
--socks
2004-01-30 08:54:00 +00:00
Daniel Stenberg
e2555cf83d
edited the -d section slightly
2003-12-03 14:09:29 +00:00
Daniel Stenberg
f7c8a57206
minor edit
2003-12-03 14:02:37 +00:00
Daniel Stenberg
ad5ead8bed
--ftp-pasv now overrides a previous --ftpport option. We now also support
...
it named "--ftp-port" as the additional dash between the words is used in
several other options and this makes it more consistant.
2003-12-02 18:01:08 +00:00
Daniel Stenberg
c40309ae21
explain the requirements for --negotiate, --ntlm and --krb4
2003-11-07 13:23:08 +00:00
Daniel Stenberg
6294b356fb
mark all mentioned options better
2003-11-06 13:51:29 +00:00
Daniel Stenberg
3e64a76498
converted most .I lines to \fI ones
2003-11-06 13:34:28 +00:00
Daniel Stenberg
dec9907c16
egd, not edg
2003-11-06 13:31:42 +00:00
Daniel Stenberg
6a21a28048
.IP instead of .TP and .B
2003-11-04 12:59:10 +00:00
Daniel Stenberg
0adb75114b
highlight more mentioned options
2003-11-04 12:58:03 +00:00
Daniel Stenberg
3e24c6a957
Debian bug report #218046 , a minor typo.
2003-10-31 18:43:12 +00:00
Daniel Stenberg
fb26b2bd98
curl --head now reports info "headers" on file:// URLs as well
2003-10-30 09:08:16 +00:00
Daniel Stenberg
5987791516
encourage use of -c to store cookies instead of -D
2003-10-22 14:37:24 +00:00
Daniel Stenberg
ce5db9a86e
Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.
2003-10-17 13:11:00 +00:00
Daniel Stenberg
588b63a05b
documented the new 7.10.8 -T functionality
2003-09-23 12:20:07 +00:00
Daniel Stenberg
a5c2a86649
-4 and -6 added
2003-09-23 11:53:08 +00:00
Daniel Stenberg
7fdd0bd367
we support any number of globs now, even for #[num] ones
2003-08-22 12:56:56 +00:00
Daniel Stenberg
09b5ddaea5
added one "added in blabla" and removed a few
2003-08-14 22:00:56 +00:00
Daniel Stenberg
894e52f61a
removed the BUGS section
2003-08-11 07:24:21 +00:00
Daniel Stenberg
acbf932861
fix lines that start with "
2003-08-11 07:23:19 +00:00
Daniel Stenberg
b7cbcf7434
--ftp-create-dirs
2003-08-08 10:26:08 +00:00
Daniel Stenberg
a2bd73334f
added lots of auth stuff and updated other things too
2003-06-26 11:40:04 +00:00
Daniel Stenberg
e56ae1426c
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
...
added.
2003-06-10 12:22:19 +00:00
Daniel Stenberg
23258648da
--digest added, --compressed rephrased
2003-05-23 08:06:31 +00:00
Daniel Stenberg
246f3a63f6
Dan Fandrich added --compressed docu
2003-05-12 12:46:45 +00:00
Daniel Stenberg
d77cc13374
two dashes is enough
2003-04-16 12:46:20 +00:00
Daniel Stenberg
183a9c6244
extended the -F section
2003-04-15 09:58:27 +00:00
Daniel Stenberg
0b0a88b78d
when saving a cookie jar fails, you don't get an error code or anything,
...
just a warning in the verbose output stream
2003-04-11 08:19:06 +00:00
Daniel Stenberg
cee0e94294
clarify that 22 can be returned on --fail for all HTTP errors being 400
...
or above
2003-03-18 10:01:51 +00:00
Daniel Stenberg
9d02a39e13
fixed language for limit-rate
2003-02-24 13:28:32 +00:00
Daniel Stenberg
de003d9cf8
mention --trace and --trace-ascii in the -v/--versbose section to remind
...
people how to get even more details shown
2003-02-17 09:02:51 +00:00
Daniel Stenberg
8a2a523c70
mention more cacert magic
2003-02-14 22:28:12 +00:00
Daniel Stenberg
21c16f923c
Julian Noble pointed out that capath is indeed working fine on Windows
...
these days since the c_rehash tool is written (fixed) to do the proper
action even on file systems that don't support symlinks.
2003-02-03 21:36:52 +00:00
Daniel Stenberg
fc7bebdf55
the README.curl is named MANUAL these days
2003-01-28 16:33:05 +00:00
Daniel Stenberg
aa5af100b4
clarified error code 19
2003-01-07 15:39:38 +00:00
Daniel Stenberg
5a2ab686a6
Marc Herbert's suggstion: mention that insecure is ignored if cacert or capath
...
is used.
2002-12-29 16:23:52 +00:00
Daniel Stenberg
a47250810e
-@ is no longer an official shortcut for --create-dirs
2002-12-03 11:13:12 +00:00
Daniel Stenberg
7a74303f3c
Nicolas Berloquin's description of his -@/--create-dirs fix
2002-12-02 14:40:54 +00:00
Daniel Stenberg
db2fea448c
7.10 not 7.9.9 (there never was one named that)
2002-10-08 09:24:21 +00:00
Daniel Stenberg
296b35fe9b
"" proxy means no proxy
2002-09-27 09:51:42 +00:00
Daniel Stenberg
31959fb24b
added more recent return codes
2002-09-11 08:49:55 +00:00
Daniel Stenberg
5e9675ad1e
filled in the -k text too
2002-09-11 08:47:30 +00:00
Daniel Stenberg
084b7675b2
added -k for 7.10, added some more details on -y based on comments from
...
Kingsley Morse
2002-09-11 08:43:31 +00:00
Daniel Stenberg
6ab44d9439
spell out that -i should be used if you want to add http headers to the
...
output. -v does not do that
2002-08-07 08:09:14 +00:00
Daniel Stenberg
890bf3bd27
spell fix and --limit-rate added
2002-07-31 08:24:58 +00:00
Daniel Stenberg
59c11b82d5
Cris Bailiff's CAPATH support added
2002-05-28 09:21:29 +00:00
Daniel Stenberg
20d9c1b30d
Patrick Smith's contributed docs improvements for when NLST is used by
...
curl...
2002-05-07 23:36:53 +00:00
Daniel Stenberg
1458c3668d
--trace-ascii and --junk-session-cookies were added
2002-05-07 13:12:12 +00:00
Daniel Stenberg
c6cf2b8e93
--trace is a 7.9.7 function
2002-05-05 09:09:17 +00:00
Daniel Stenberg
69c5452b25
added -Z/--max-redirs and --trace
...
changed order of a few others to keep the a-z order
2002-05-05 09:08:26 +00:00
Daniel Stenberg
bfc7f1e4ac
clarified how to write URLs in -K config files
2002-04-10 12:57:34 +00:00
Daniel Stenberg
95e601e2b1
"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
2002-02-25 07:40:49 +00:00
Daniel Stenberg
9dab850874
Eric Melville fixed spell mistakes on a few places
2002-02-03 15:00:51 +00:00
Daniel Stenberg
6aaee5f23b
minor changes
2002-01-03 09:43:17 +00:00
Daniel Stenberg
1c99c4ad11
HTTP_PROXY => http_proxy as Björn pointed out
2001-12-10 11:59:05 +00:00
Daniel Stenberg
1f7f0fda71
added --disable-epsv
2001-11-30 13:30:02 +00:00
Daniel Stenberg
9fe920cd90
made the -C more correct and detailed
2001-11-26 09:57:02 +00:00
Daniel Stenberg
ca0fd33d2d
Georg Horn's STARTTRANSFER_TIME patch
2001-11-20 15:00:50 +00:00
Daniel Stenberg
3b976ea9f1
Added two missing return codes...
2001-11-08 12:36:00 +00:00
Daniel Stenberg
64543e09ec
Added -0/--http1.0
2001-10-30 15:39:11 +00:00
Daniel Stenberg
c046dc904c
Corrected the -T description
2001-10-30 08:09:57 +00:00
Daniel Stenberg
d8fb2b2e63
using a HTTP proxy will disable some protocol-specific features that non-
...
HTTP procotols may allow
2001-10-05 07:30:07 +00:00
Daniel Stenberg
c4532b9a07
added --ciphers
2001-09-11 22:34:54 +00:00
Daniel Stenberg
9b3b050640
some unixes have the netrc description in the ftp(1) man page
2001-09-11 06:39:54 +00:00
Daniel Stenberg
1d7075e339
added -R description
2001-09-05 13:26:54 +00:00
Daniel Stenberg
bbdd5adf6e
'-c -'
2001-08-29 09:45:44 +00:00
Daniel Stenberg
d425f5389d
-c/--cookie-jar documented
2001-08-29 09:44:35 +00:00
Daniel Stenberg
c36fc521bd
Added -G
2001-08-16 13:40:22 +00:00
Daniel Stenberg
f24d54a9c4
clarified '-d @filename' with a tiny example
2001-08-03 14:06:25 +00:00
Daniel Stenberg
27751df6ec
moved list of authors to the separate THANKS file and added that to the
...
release archive
2001-05-29 12:09:47 +00:00
Daniel Stenberg
ccb92f1a8a
Added Pawel A. Gajda
2001-05-15 11:00:29 +00:00
Daniel Stenberg
4dbac041f1
removed some texts like "starting with version XXX" blabla
2001-05-08 12:39:40 +00:00
Daniel Stenberg
dd344b65f2
made clear that the cookie file format understood is Netscape _and_ Mozilla
2001-05-08 12:30:37 +00:00
Daniel Stenberg
a2a446cb2f
updated contributors list
2001-05-04 08:46:11 +00:00