doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
FTP Struct Reference

#include <urldata.h>

Public Attributes

curl_off_tbytecountp
 
char * user
 
char * passwd
 
char * urlpath
 
char * dirs [CURL_MAX_FTP_DIRDEPTH]
 
char * file
 
char * entrypath
 
char * cache
 
curl_off_t cache_size
 
bool dont_check
 
bool no_transfer
 
long response_time
 
bool ctl_valid
 

Detailed Description

Definition at line 241 of file urldata.h.

Member Data Documentation

curl_off_t* FTP::bytecountp

Definition at line 242 of file urldata.h.

char* FTP::cache

Definition at line 251 of file urldata.h.

curl_off_t FTP::cache_size

Definition at line 252 of file urldata.h.

bool FTP::ctl_valid

Definition at line 261 of file urldata.h.

char* FTP::dirs[CURL_MAX_FTP_DIRDEPTH]

Definition at line 246 of file urldata.h.

bool FTP::dont_check

Definition at line 253 of file urldata.h.

char* FTP::entrypath

Definition at line 249 of file urldata.h.

char* FTP::file

Definition at line 247 of file urldata.h.

bool FTP::no_transfer

Definition at line 256 of file urldata.h.

char* FTP::passwd

Definition at line 244 of file urldata.h.

long FTP::response_time

Definition at line 258 of file urldata.h.

char* FTP::urlpath

Definition at line 245 of file urldata.h.

char* FTP::user

Definition at line 243 of file urldata.h.


The documentation for this struct was generated from the following file: