Report abuse


			
== Curl

curl --digest --user user:pass -v "http://trac.devmodo.com/trac/timeline"
* About to connect() to trac.devmodo.com port 80
*   Trying x.x.x.x... connected
* Connected to trac.devmodo.com (80.33.39.172) port 80
* Server auth using Digest with user 'cmcgrath'
> GET /trac/timeline HTTP/1.1
> User-Agent: curl/7.15.4 (powerpc-apple-darwin8.7.0) libcurl/7.15.4 OpenSSL/0.9.8 zlib/1.2.3
> Host: trac.devmodo.com
> Accept: */*
> 
< HTTP/1.1 401 Unauthorized
< Connection: close
< WWW-Authenticate: Digest realm="trac", nonce="a1d74d1d7cb004b4fe93a0b6f4628926", qop="auth"
< Date: Tue, 11 Jul 2006 17:56:54 GMT
< Server: lighttpd/1.4.11

== Wget

wget --user=user --password=pass "http://trac.devmodo.com/trac/timeline"
--19:08:39--  http://trac.devmodo.com/trac/timeline
           => `timeline'
Resolving trac.devmodo.com... x.x.x.x
Connecting to trac.devmodo.com|x.x.x.x|:80... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to trac.devmodo.com|x.x.x.x|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12,642 (12K) [application/rss+xml]

100%[====================================================================================================================>] 12,642        20.64K/s             

19:08:41 (20.59 KB/s) - `timeline' saved [12642/12642]