Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control
the appending of the "type=" thing on FTP URLs when they are passed to a HTTP proxy. Some proxies just don't like that appending (which is done unconditionally in 7.17.1), and some proxies treat binary/ascii transfers better with the appending done!
Showing
- CHANGES 7 additions, 0 deletionsCHANGES
- RELEASE-NOTES 2 additions, 1 deletionRELEASE-NOTES
- docs/libcurl/curl_easy_setopt.3 7 additions, 0 deletionsdocs/libcurl/curl_easy_setopt.3
- include/curl/curl.h 3 additions, 0 deletionsinclude/curl/curl.h
- lib/http.c 16 additions, 14 deletionslib/http.c
- lib/url.c 17 additions, 0 deletionslib/url.c
- lib/urldata.h 2 additions, 0 deletionslib/urldata.h
Loading
Please register or sign in to comment