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

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

 



Modestas Vainius <modestas@xxxxxxxxxx> 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_curl_handle(void)
>> > 
>> >  	if (curl_ftp_no_epsv)
>> >  	
>> >  		curl_easy_setopt(result, CURLOPT_FTP_USE_EPSV, 0);
>> > 
>> > +#ifdef CURLOPT_USE_SSL
>> > +    if (curl_ssl_try)
>> > +		curl_easy_setopt(result, CURLOPT_USE_SSL, CURLUSESSL_TRY);
>> > +#endif
>> > +
>> > 
>> >  	if (curl_http_proxy) {
>> >  	
>> >  		curl_easy_setopt(result, CURLOPT_PROXY, curl_http_proxy);
>> >  		curl_easy_setopt(result, CURLOPT_PROXYAUTH, CURLAUTH_ANY);
>> 
>> It looks like the indentation of the "if" line you added is messed up.
>
> Yeah, sorry about that. I will fix it.

Did anything happen to this topic since then?


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]