mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:27:17 +03:00
introduced 'tunnel through http proxy' for ftp
This commit is contained in:
parent
be8b2a1e30
commit
86ff2c46b7
5 changed files with 93 additions and 53 deletions
|
|
@ -41,8 +41,10 @@
|
|||
* ------------------------------------------------------------
|
||||
****************************************************************************/
|
||||
|
||||
/* protocol-specific functions set up to be called by the main engine */
|
||||
/* ftp can use this as well */
|
||||
CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket);
|
||||
|
||||
/* protocol-specific functions set up to be called by the main engine */
|
||||
CURLcode http(struct connectdata *conn);
|
||||
CURLcode http_done(struct connectdata *conn);
|
||||
CURLcode http_connect(struct connectdata *conn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue