Member | Value | Description |
---|---|---|
ftpFile | 0 | Use FILE structure. There is no internal structure and the file is considered to be a continuous sequence of data bytes. Default value. |
ftpPage | 2 | Use PAGE structure. To transmit files that are discontinuous, FTP defines a page structure. Files of this type are sometimes known as random access files. In these files there is sometimes other information associated with the file as a whole (for example., a file descriptor), or with a section of the file (for example., page access controls), or both. In FTP, the sections of the file are called pages. To provide for various page sizes and associated information, each page is sent with a page header. |
ftpRecord | 1 | Use RECORD structure. The file is comprised of sequential records. |