ftp-ls.c - filesize parsing bug

2007-08-29 Thread Jason Mancini
Hello, What the heck was this code supposed to do in ftp-ls.c? If there is only a single space between the previous token and the filesize, then t points at the NULL character, and filesize is thought to be 0, resulting in a mismatch everytime. ptok is already pointing at the start of the

ftp-ls.c - patch [wget 1.10.2]

2007-08-29 Thread Jason Mancini
Since I don't know why that code exists, here is a patch that should fix the issue, and remain compatible with whatever the heck that decrementing code tries to achieve on some system I have probably never seen: --- ftp-ls.c.orig 2007-08-29 10:34:02.0 -0700 +++ ftp-ls.c

Re: ftp-ls.c - patch [wget 1.10.2]

2007-08-29 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason Mancini wrote: Since I don't know why that code exists, here is a patch that should fix the issue, and remain compatible with whatever the heck that decrementing code tries to achieve on some system I have probably never seen: Thanks

Wget 1.11 Release Postponed

2007-08-29 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi folks, Development for Wget has been proceeding about as planned, which is pretty amazing considering that the few core developers we have are all busy with their own day jobs. We are very nearly ready to release Wget version 1.11, and are

Delayed Page D/L Issue

2007-08-29 Thread Jeff Holicky
I am trying to download a page from a specific site. The page URL is: http://stockcharts.com/charts/adjusthist.html First, when you open a browser, say FireFox and go to the site - the top part (above the dotted line) will appear. Within a few seconds the bottom will appear which contains the

Re: Delayed Page D/L Issue

2007-08-29 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff Holicky wrote: I am trying to download a page from a specific site. The page URL is: http://stockcharts.com/charts/adjusthist.html First, when you open a browser, say FireFox and go to the site - the top part (above the dotted line)