66
66
char host[HOSTNAME_LENGTH+1];
67
67
char user[USERNAME_LENGTH+1];
68
68
char password[MAX_PASSWORD_LENGTH+1];
70
70
char ssl_ca[FN_REFLEN], ssl_capath[FN_REFLEN], ssl_cert[FN_REFLEN];
71
71
char ssl_cipher[FN_REFLEN], ssl_key[FN_REFLEN];
75
75
File fd; // we keep the file open, so we need to remember the file pointer