Re: [PATCH] Support FTP-over-SSL/TLS for regular FTP

2013-04-07 Thread Modestas Vainius
Hello, Sunday 24 February 2013 22:44:14 rašė: > Modestas Vainius writes: > > Hello, > > > > Saturday 12 January 2013 06:25:21 rašė: > >> On Sat, Jan 12, 2013 at 03:59:52PM +0200, Modestas Vainius wrote: > >> > @@ -306,6 +311,11 @@ static CURL *get_cu

Re: [PATCH] Support FTP-over-SSL/TLS for regular FTP

2013-01-12 Thread Modestas Vainius
Hello, Saturday 12 January 2013 06:25:21 rašė: > On Sat, Jan 12, 2013 at 03:59:52PM +0200, Modestas Vainius wrote: > > @@ -306,6 +311,11 @@ static CURL *get_curl_handle(void) > > > > if (curl_ftp_no_epsv) > > > > curl_easy_setop

[PATCH] Support FTP-over-SSL/TLS for regular FTP

2013-01-12 Thread Modestas Vainius
Add a boolean http.sslTry option which allows to enable AUTH SSL/TLS and encrypted data transfers when connecting via regular FTP protocol. Default is false since it might trigger certificate verification errors on misconfigured servers. Signed-off-by: Modestas Vainius --- Documentation