/src/libexec/ftpd/ |
cmds.c | 117 FE_MLSD = 1<<0, /* if op is MLSD (MLST otherwise ) */ 200 cprintf(stdout, " MLST "); 295 mlst(const char *path) function in typeref:typename:void 306 reply(-250, "MLST %s", path); 341 /* special case: MLST */ 342 if (strcasecmp(command, "MLST") == 0) { 357 reply(501, "Invalid MLST options"); 374 cprintf(stdout, "200 MLST OPTS"); 817 /* if MLST, or MLSD and "." entry, realpath(3) it */
|
cmds.c | 117 FE_MLSD = 1<<0, /* if op is MLSD (MLST otherwise ) */ 200 cprintf(stdout, " MLST "); 295 mlst(const char *path) function in typeref:typename:void 306 reply(-250, "MLST %s", path); 341 /* special case: MLST */ 342 if (strcasecmp(command, "MLST") == 0) { 357 reply(501, "Invalid MLST options"); 374 cprintf(stdout, "200 MLST OPTS"); 817 /* if MLST, or MLSD and "." entry, realpath(3) it */
|
/src/usr.bin/ftp/ |
cmds.c | 2776 mlst(int argc, char *argv[]) function in typeref:typename:void 2787 "MLST is not supported by the remote server.\n"); 2791 COMMAND_1ARG(argc, argv, "MLST");
|
cmds.c | 2776 mlst(int argc, char *argv[]) function in typeref:typename:void 2787 "MLST is not supported by the remote server.\n"); 2791 COMMAND_1ARG(argc, argv, "MLST");
|