RE: wget a file with long path on Windows XP

2005-07-20 Thread Tony Lewis
You need to quote the URL because it contains characters that are interpreted by the shell (and therefore are never passed to wget). Tony -Original Message- From: PoWah Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 8:35 PM To: wget@sunsite.dk Subject: Re: wget a file with

Re: wget a file with long path on Windows XP

2005-07-20 Thread PoWah Wong
This does not work, please help. "C:\Program Files\wget\wget" --save-cookies cookies.txt http://safari.informit.com/?x=1&mode=Logout&sortKey=title&sortOrder=asc&view=&xmlid=&g=&catid=&s=1&b=1&f=1&t=1&c=1&u=1&r=&o=1&n=1&d=1&p= 1&a=0&[EMAIL PROTECTED]&password=12345678 --23:24:23-- http://safari.i

This may be documented, but I can't find it

2005-07-20 Thread Greg Ramos
I have downloaded two versions of wget, and both give me this error: In file included from /usr/local/include/fnmatch.h:38, from sysdep.h:238, from wget.h:92, from cmpt.c:51: /usr/local/include/ap_config.h:193: conflicting types for `gethostnam

[Fwd: Bug#319088: wget: don't rely on exactly one blank char between size and month]

2005-07-20 Thread Noèl Köthe
Hello, giuseppe wrote a patch for 1.10.1.beta1. Full report can be viewed here: http://bugs.debian.org/319088 Weitergeleitete Nachricht > Von: giuseppe bonacci <[EMAIL PROTECTED]> > Antwort an: giuseppe bonacci <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > An: Debian Bug Tracking S

Re: wrong timestamps

2005-07-20 Thread Alain Guibert
On Tuesday, July 5, 2005 at 6:59:04 PM +0200, Hrvoje Niksic wrote: > Am I completely off the mark, or can mktime_from_utc (or in fact > timegm) be replaced by something as simple as the following? Or is it > too good to be true? It returns a number of seconds since epoch neglecting leap seconds.