cURL / Mailing Lists / curl-library / Single Mail

curl-library

userPWD via proxy

From: raoul cridlig <rcridlig_at_yahoo.fr>
Date: Mon, 7 Jan 2002 11:50:08 +0100 (CET)

Hi all !

when I put (usrpwd) :
curl_easy_setopt(curl,CURLOPT_USERPWD,"ti:to");
curl_easy_setopt(curl, CURLOPT_URL, hostFTPURL);

And when I use HTTPproxy(without user and password):
curl_easy_setopt(curl, CURLOPT_PROXY, proxyname);
curl_easy_setopt(curl, CURLOPT_PROXYPORT, proxyport);

user and password for ftp url become anonymous.

So I must put user and passwd in FTPurl myself.

Why? Is there an alternative?

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Courrier : http://courrier.yahoo.fr
Received on 2002-01-07