Class TFTPListRec

DescriptionHierarchyFieldsMethodsProperties

Unit

ftpsend

Declaration

type TFTPListRec = class(TObject)

Description

Object for holding file information

parsed from directory listing of FTP server.

Hierarchy

TFTPListRec > TObject

Methods

Overview

Public procedure Assign(Value: TFTPListRec); virtual;

Description

Public procedure Assign(Value: TFTPListRec); virtual;

You can assign another TFTPListRec to this object.

Properties

Overview

Published property Directory: Boolean;
Published property FileName: string;
Published property FileSize: Longint;
Published property FileTime: TDateTime;
Published property Mask: string;
Published property OriginalLine: string;
Published property Permission: string;
Published property Readable: Boolean;

Description

Published property Directory: Boolean;

if name is subdirectory not file.

Published property FileName: string;

name of file

Published property FileSize: Longint;

size of file in bytes

Published property FileTime: TDateTime;

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

Published property Mask: string;

mask what was used for parsing

Published property OriginalLine: string;

original unparsed line

Published property Permission: string;

permission string (depending on used mask!)

Published property Readable: Boolean;

if you have rights to read


Generated by PasDoc 0.8.8.2 on 2005-01-19 20:01:17