Hi Ander, during the last test I realized that --recursive won't work with FTPS.
FTPS: $ src/wget -r --no-check-certificate ftps://test.rebex.net will just download the directory (test.rebex.net/index.html). FTP: $ src/wget -r --no-check-certificate ftp://test.rebex.net will download recursively as requested. Is it a big deal (worth a later patch) or just something that can be added to your patch ? Regards, Tim On Sunday 30 August 2015 17:12:41 Ander Juaristi wrote: > The previous patch, slightly amended. > > -------- Forwarded Message -------- > Subject: Re: [Bug-wget] [PATCH] FTPS support > Date: Fri, 28 Aug 2015 17:40:13 +0200 > From: Tim Ruehsen <[email protected]> > To: Ander Juaristi <[email protected]> > > Hi Ander, > > just not much time. > > You won't need > + if (request) > + xfree (request); > > Just write > xfree (request); > > xfree() already tests for non-null. > > Tim
