|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-1249962 ] FTP via HTTP Proxy/NTLM Auth Bad Output
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 01 Aug 2005 20:42:23 -0700
Bugs item #1249962, was opened at 2005-08-01 20:42
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
Command example:
curl -O --proxy-ntlm --proxy http://some.proxy:80
Environment: FreeBSD 4.5 Ports Collection (i386)
Result is the HTML output from the original
This is seen in 7.13.1. I checked 7.14.0 and CVS and
Based on some experiments with the -v option and
if(conn->protocol&PROT_HTTP) {
to
if(conn->protocol&(PROT_HTTP|PROT_FTP)) {
This is a hack at best, as I am sure the correct
Hope this is enough for someone who knows the code much
Thanks for your efforts.
-- Jon Grubbs jon.grubbs_at_ins.com ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1249962&group_id=976 _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-trackerReceived on 2005-08-02 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info