Searched defs:ftpconv (Results 1 – 1 of 1) sorted by relevance
234 struct ftpconv { struct235 struct ftpconv *next; argument236 char *suffix; /* Suffix of requested name */237 char *types; /* Valid file types */238 char *disable; /* File to disable conversions */239 char *command; /* Command to do the conversion */