Class TFTPListRec
Unit
ftpsend
Declaration
type TFTPListRec = class(TObject)
Description
Object for holding file informationparsed from directory
listing of FTP server.
Hierarchy
TFTPListRec > TObjectMethods
Overview
Description
You can assign another TFTPListRec to this object.
Properties
Overview
Description
 |
property Directory: Boolean; |
if name is subdirectory not file.
 |
property FileName: string; |
name of file
 |
property FileSize: Longint; |
size of file in bytes
 |
property FileTime: TDateTime; |
date and time of file. Local server timezone is used. Any timezone
conversions was not done!
 |
property Mask: string; |
mask what was used for parsing
 |
property OriginalLine: string; |
original unparsed line
 |
property Permission: string; |
permission string (depending on used mask!)
 |
property Readable: Boolean; |
if you have rights to read
Generated by PasDoc 0.8.8.2 on 2005-01-19 20:01:17