[Bug-wget] bug #28541: Faulty time information in FTP directory listing

2010-07-26 Thread John Trengrove
This is a patch to change the behaviour for FTP directory listing. Currently the hours are printed only if the hour is non-zero and does not account for if we received the hours minutes or not. A simplistic patch would be to just create an else if statement in ftp_index to check if the minutes

Re: [Bug-wget] bug #28541: Faulty time information in FTP directory listing

2010-07-26 Thread Giuseppe Scrivano
Thanks for your contribution! It looks good but I want to check the patch better before use it. Cheers, Giuseppe John Trengrove jtrengr...@gmail.com writes: This is a patch to change the behaviour for FTP directory listing. Currently the hours are printed only if the hour is non-zero and

Re: [Bug-wget] downloading links in a dynamic site

2010-07-26 Thread Keisial
Vinh Nguyen wrote: Dear list, My goal is to download some pdf files from a dynamic site (not sure on the terminology). For example, I would execute: wget -U firefox -r -l1 -nd -e robots=off -A '*.pdf,*.pdf.*' http://site.com/?sortorder=ascp_o=0 and would get my 10 pdf files. On the

Re: [Bug-wget] downloading links in a dynamic site

2010-07-26 Thread Vinh Nguyen
On Mon, Jul 26, 2010 at 1:51 PM, Vinh Nguyen vinhdi...@gmail.com wrote: That's displayed in the source.  Also, when i try to manually enter the url changing =10, =20, =30, I get the right page, so I don't think it's a javascript issue.  What else could it be besides referer and cookies?

Re: [Bug-wget] downloading links in a dynamic site

2010-07-26 Thread Vinh Nguyen
On Mon, Jul 26, 2010 at 2:02 PM, Vinh Nguyen vinhdi...@gmail.com wrote: On Mon, Jul 26, 2010 at 1:51 PM, Vinh Nguyen vinhdi...@gmail.com wrote: That's displayed in the source.  Also, when i try to manually enter the url changing =10, =20, =30, I get the right page, so I don't think it's a