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

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

Description

Methods

Public procedure Assign(Value: TFTPListRec); virtual;

You can assign another TFTPListRec to this object.

Properties

Public property FileName: string read FFileName write FFileName;

name of file

Public property Directory: Boolean read FDirectory write FDirectory;

if name is subdirectory not file.

Public property Readable: Boolean read FReadable write FReadable;

if you have rights to read

Public property FileSize: int64 read FFileSize write FFileSize;

size of file in bytes

Public property FileTime: TDateTime read FFileTime write FFileTime;

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

Public property OriginalLine: string read FOriginalLine write FOriginalLine;

original unparsed line

Public property Mask: string read FMask write FMask;

mask what was used for parsing

Public property Permission: string read FPermission write FPermission;

permission string (depending on used mask!)


Generated by PasDoc 0.9.0 on 2012-04-23 21:38:57