#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#include <unistd.h>#include <string.h>#include <stdlib.h>#include <fcntl.h>#include <errno.h>#include "ftp.h"#include "file.h"#include "net.h"Go to the source code of this file.
Functions | |
| _PROTOTYPE (static char *dir,(char *path, int full)) | |
| _PROTOTYPE (static int asciisend,(int fd, int fdout)) | |
| _PROTOTYPE (static int asciirecv,(int fd, int fdin)) | |
| _PROTOTYPE (static int asciisize,(int fd, off_t *filesize)) | |
| _PROTOTYPE (static off_t asciisetsize,(int fd, off_t filesize)) | |
| int | sendfile (int fd, int fdout) |
| int | recvfile (int fd, int fdin) |
| int | DOascii () |
| int | DObinary () |
| int | DOpwd () |
| int | DOcd () |
| int | DOmkdir () |
| int | DOrmdir () |
| int | DOdelete () |
| int | DOmdtm () |
| int | DOsize () |
| int | DOstat () |
| int | DOlist () |
| int | DOnlst () |
| int | DOretr () |
| int | DOrretr () |
| int | DOMretr () |
| int | DOappe () |
| int | DOstor () |
| int | DOrstor () |
| int | DOstou () |
| int | DOMstor () |
| _PROTOTYPE | ( | static off_t | asciisetsize, | |
| (int fd, off_t filesize) | ||||
| ) |
| _PROTOTYPE | ( | static int | asciisize, | |
| (int fd, off_t *filesize) | ||||
| ) |
| _PROTOTYPE | ( | static char * | dir, | |
| (char *path, int full) | ||||
| ) |
1.5.8