Home
last modified time | relevance | path

Searched defs:FTPConnectionInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dncftp.h134 typedef struct FTPConnectionInfo { struct
185 int netMode; /* Do not use or modify. */
186 char *buf; /* Do not modify this field. */
188 FILE *cin; /* Do not use or modify. */
189 FILE *cout; /* Do not use or modify. */
196 int cancelXfer; /* You may modify this. */
199 int useProgressMeter; /* Used internally. */
200 int leavePass; /* You may modify this. */
213 int eofOkay; /* Do not use or modify. */
222 int require20; /* You may modify this. */
[all …]