Re: libcurl fread/send buffer size

2018-02-12 Thread Daniel Stenberg
On Mon, 12 Feb 2018, Biju N wrote: Looking at the strace when it is run on a bare metal and a VM there is a difference in the file read/send buffer size. On bare metal it uses 16 KB and on VM it uses 8KB even though CURLOPT_BUFFERSIZE is not set explicitly. Process on bare metal seems to use

SFTP error when using proxy with curl

2018-02-12 Thread Nazeem Shereef
Hello, We need to connect to an SFTP server “mydestination.tld” through a proxy server. I can establish the connection SFTP as follows. - */home/ #* sftp -o User=myuser -o ProxyCommand="nc -X 5 -x my-proxy:1080 %h %p" mydestination.tld Connecting to mydestination.tld...