modehelp
{ "mode", modehelp, 0, 1, 1, setmode },
static char modehelp[] = "set file transfer mode";
static int modehelp();
{ "help", 0, modehelp, 0 },
{ "?", "Print help information", modehelp, 0 },