Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dextern.h267 struct ftpclass { struct
268 struct sockinet advertise; /* PASV address to advertise as */
269 char *chroot; /* Directory to chroot(2) to at login */
270 char *classname; /* Current class */
271 struct ftpconv *conversions; /* List of conversions */
272 char *display; /* File to display upon chdir */
273 char *homedir; /* Directory to chdir(2) to at login */
274 classflag_t flags; /* Flags; see classflag_t above */
275 LLT limit; /* Max connections (-1 = unlimited) */
276 char *limitfile; /* File to display if limit reached */
[all …]