mirror of
https://github.com/curl/curl.git
synced 2026-08-06 01:26:14 +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
|
|
@ -245,6 +245,7 @@ struct FTP {
|
|||
};
|
||||
|
||||
struct Configbits {
|
||||
bool tunnel_thru_httpproxy;
|
||||
bool ftp_append;
|
||||
bool ftp_ascii;
|
||||
bool ftp_list_only;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue