bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Fwd: Re: [PATCH] FTPS support


From: Tim Ruehsen
Subject: Re: [Bug-wget] Fwd: Re: [PATCH] FTPS support
Date: Wed, 09 Sep 2015 10:31:58 +0200
User-agent: KMail/4.14.2 (Linux/4.1.0-2-amd64; KDE/4.14.2; x86_64; ; )

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 <address@hidden>
> To: Ander Juaristi <address@hidden>
> 
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]