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