| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
RE: USER:PASSWORD on windows.
From: Roth, Kevin P. <KPRoth_at_MarathonOil.com>
Date: Fri, 23 Aug 2002 08:36:24 -0400
And, you aren't by chance actually including the angle brackets are you? Have you tried using quotation marks to escape it out?
Try this (if username is "bob" and password is "password"):
curl.exe -u "bob:password" http://your.url.here/
Another option you may not have noticed - you can leave the password blank, and be prompted for it interactively. This would look like this (enter your password when prompted as in the 2nd line):
curl.exe -u "bob" http://your.url.here/
Thanks,
-------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info