sendfile
static void sendfile(struct formats *, int, int);
{ "netascii", validate_access, sendfile, recvfile, 1 },
{ "octet", validate_access, sendfile, recvfile, 0 },
void sendfile(int, const char *, const char *);
sendfile(fd, targ, mode);
sendfile(fd, targ, mode);
{ '>', NORM, "send file to remote host", sendfile },
void sendfile(char);
static int sendfile(int, char *);
switch (sendfile('\3', last+1)) {
if (err == OK && sendfile('\2', file) > 0) {