Re: ftp: allow specifying supported protocols

2020-09-06 Thread Jeremie Courreges-Anglas
On Sun, Sep 06 2020, Theo Buehler wrote: > On Sun, Sep 06, 2020 at 12:55:17AM +0200, Jeremie Courreges-Anglas wrote: >> On Sat, Sep 05 2020, Theo Buehler wrote: >> > I found this small diff useful more than once (admittedly for debugging). >> > It allows specifying the protocols that may be used

Re: ftp: allow specifying supported protocols

2020-09-05 Thread Theo Buehler
On Sun, Sep 06, 2020 at 12:55:17AM +0200, Jeremie Courreges-Anglas wrote: > On Sat, Sep 05 2020, Theo Buehler wrote: > > I found this small diff useful more than once (admittedly for debugging). > > It allows specifying the protocols that may be used by ftp the same way > > as nc -Tprotocols works

Re: ftp: allow specifying supported protocols

2020-09-05 Thread Jeremie Courreges-Anglas
On Sat, Sep 05 2020, Theo Buehler wrote: > I found this small diff useful more than once (admittedly for debugging). > It allows specifying the protocols that may be used by ftp the same way > as nc -Tprotocols works. For example: > > $ ftp -Sprotocols=tlsv1.2:tlsv1.1 https://example.com/file > >

ftp: allow specifying supported protocols

2020-09-05 Thread Theo Buehler
I found this small diff useful more than once (admittedly for debugging). It allows specifying the protocols that may be used by ftp the same way as nc -Tprotocols works. For example: $ ftp -Sprotocols=tlsv1.2:tlsv1.1 https://example.com/file Perhaps someone else has use for it, too? Index: ftp.