Dart Ftp Control
FileStructureConstants Enumeration
Description
Enumerates the file structures used for file transfers. See RFC 959 for more details.
Members
MemberValueDescription
ftpFile0Use FILE structure. There is no internal structure and the file is considered to be a continuous sequence of data bytes. Default value.
ftpPage2Use 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.
ftpRecord1Use RECORD structure. The file is comprised of sequential records.
Remarks
When the ftpFileStructure command is sent as part of the Retrieve or Store method, that structure is used by all subsequent data transfers until changed. The ftpFileStructure command is only sent when necessary.

PowerTCP FTP for ActiveX Documentation Version 2.2
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic