Re: SFTP error when using proxy with curl

2018-02-14 Thread Nazeem Shereef
aniel Stenberg" <dan...@haxx.se> wrote: On Wed, 14 Feb 2018, Nazeem Shereef wrote: CONNECT my-ftp-server.tld:22 HTTP/1.1 >> > * Proxy CONNECT aborted > Your proxy didn't allow you to do a CONNECT to that server on that po

Re: SFTP error when using proxy with curl

2018-02-14 Thread Nazeem Shereef
ection: Keep-Alive > * Proxy CONNECT aborted * CONNECT phase completed! * Connection #0 to host my-socks-proxy.tld left intact On 14 Feb 2018 1:32 pm, "Daniel Stenberg" <dan...@haxx.se> wrote: On Wed, 14 Feb 2018, Nazeem Shereef wrote: Installed latest curl available fo

Re: SFTP error when using proxy with curl

2018-02-13 Thread Nazeem Shereef
-Negotiate IDN IPv6 Largefile NTLM SSL libz On 14 Feb 2018 3:37 am, "Daniel Stenberg" <dan...@haxx.se> wrote: On Tue, 13 Feb 2018, Nazeem Shereef wrote: So what you suggest. > First: don't top-post when responding to emails here, as it makes it really hard to follow the discussi

Re: SFTP error when using proxy with curl

2018-02-13 Thread Nazeem Shereef
So what you suggest. On 12 Feb 2018 3:21 pm, "Daniel Stenberg" <dan...@haxx.se> wrote: > On Mon, 12 Feb 2018, Nazeem Shereef wrote: > > curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.27.1 zlib/1.2.3 >> libidn/1.18 libssh2/1.4.2 >> > > ...

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...