cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] Re: #1218 socks5 not used properly in ftp EPSV mode with ALL_PROXY set

From: Zekun Ni <elysion-tcfa_at_users.sf.net>
Date: Thu, 25 Apr 2013 11:02:47 +0000

$ curl -V
curl 7.30.0 (x86_64-unknown-linux-gnu) libcurl/7.30.0 OpenSSL/1.0.1e zlib/1.2.7 libssh2/1.4.3
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP

---
** [bugs:#1218] socks5 not used properly in ftp EPSV mode with ALL_PROXY set**
**Status:** open
**Created:** Thu Apr 25, 2013 07:55 AM UTC by Zekun Ni
**Last Updated:** Thu Apr 25, 2013 10:57 AM UTC
**Owner:** Daniel Stenberg
Steps to reproduce:
export ALL_PROXY=socks5://127.0.0.1:1080 (assume a SOCKS5 proxy server is there);
curl a ftp resource with no extra options;
you can see from strace that curl tries to connect to the ftp server directly but then take it as a SOCKS5 server.
A strace result is available in the attachment list. In addition, curl works fine with --socks5/--socks5-hostname option.
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1218/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/subscriptions/>
Received on 2013-04-25

These mail archives are generated by hypermail.

donate! Page updated January 05, 2012.
web site info

File upload with ASP.NET