Re: Wget 1 is not preserving server-side modification times via FTP

2024-06-02 Thread Tim Rühsen
Hey Thomas, the implementation of MDTM seems to straight forward. I possibly find some time during the next weekends. I'll discuss the backwards compatibility issue with Darshit (also wget maintainer). Regards, Tim On 6/2/24 17:40, Thomas Orgis wrote: Am Sun, 2 Jun 2024 13:44:50 +0200 sch

Re: Wget 1 is not preserving server-side modification times via FTP

2024-06-02 Thread Thomas Orgis
Am Sun, 2 Jun 2024 13:44:50 +0200 schrieb Tim Rühsen : > And normally (or often), you don't need the server timestamp for single > file downloads. And if you really do, there is -N. Well, what 'normal' need is is obviously something one can discuss endlessly (see https://bugzilla.mozilla.org/sh

Re: Wget 1 is not preserving server-side modification times via FTP

2024-06-02 Thread Tim Rühsen
On 6/1/24 20:33, Thomas Orgis wrote: Hi Tim, Am Sat, 1 Jun 2024 18:57:00 +0200 schrieb Tim Rühsen : Wget sets the remote time when using the -N / --timestamping option. Hm, that is related to comparing local and remote timestamps for deciding to re-download a file or not (I read in the man p

Re: Semicolon not allowed in userinfo

2024-06-02 Thread Tim Rühsen
Hey Bachir, thank you for going into the details and bringing up the concerns and also for keeping pushing. I just pushed ed0c7c7e0e8f7298352646b2fd6e06a11e242ace to fix the issue. Indeed, the URL parser implementation of wget 1.x is based on RFC 2396, a standard from 1998. But even by this