Class TFTPListRec

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFTPListRec = class(TObject)

Description

Object for holding file information

parsed from directory listing of FTP server.

Hierarchy

Overview

Methods

Public procedure Assign(Value: TFTPListRec); virtual;

Properties

Published property FileName: string read FFileName write FFileName;
Published property Directory: Boolean read FDirectory write FDirectory;
Published property Readable: Boolean read FReadable write FReadable;
Published property FileSize: Longint read FFileSize write FFileSize;
Published property FileTime: TDateTime read FFileTime write FFileTime;
Published property OriginalLine: string read FOriginalLine write FOriginalLine;
Published property Mask: string read FMask write FMask;
Published property Permission: string read FPermission write FPermission;

Description

Methods

Public procedure Assign(Value: TFTPListRec); virtual;

You can assign another TFTPListRec to this object.

Properties

Published property FileName: string read FFileName write FFileName;

name of file

Published property Directory: Boolean read FDirectory write FDirectory;

if name is subdirectory not file.

Published property Readable: Boolean read FReadable write FReadable;

if you have rights to read

Published property FileSize: Longint read FFileSize write FFileSize;

size of file in bytes

Published property FileTime: TDateTime read FFileTime write FFileTime;

date and time of file. Local server timezone is used. Any timezone conversions was not done!

Published property OriginalLine: string read FOriginalLine write FOriginalLine;

original unparsed line

Published property Mask: string read FMask write FMask;

mask what was used for parsing

Published property Permission: string read FPermission write FPermission;

permission string (depending on used mask!)


Generated by PasDoc 0.9.0 on 2007-12-20 22:45:43