introduced 'tunnel through http proxy' for ftp

This commit is contained in:
Daniel Stenberg
2000-09-14 14:05:01 +00:00
parent be8b2a1e30
commit 86ff2c46b7
5 changed files with 93 additions and 53 deletions

View File

@@ -245,6 +245,7 @@ struct FTP {
};
struct Configbits {
bool tunnel_thru_httpproxy;
bool ftp_append;
bool ftp_ascii;
bool ftp_list_only;