1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta name="GENERATOR" content="PasDoc 0.9.0">
|
---|
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
---|
6 | <title>ftpsend: Class TFTPListRec</title>
|
---|
7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
---|
8 | </head>
|
---|
9 | <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
|
---|
10 | <a name="TFTPListRec"></a><h1 class="cio">Class TFTPListRec</h1>
|
---|
11 | <table class="sections">
|
---|
12 | <tr>
|
---|
13 | <td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#@Methods">Methods</a></td><td><a class="section" href="#@Properties">Properties</a></td></tr></table>
|
---|
14 | <a name="@Description"></a><h2 class="unit">Unit</h2>
|
---|
15 | <p class="unitlink">
|
---|
16 | <a href="ftpsend.html">ftpsend</a></p>
|
---|
17 | <h2 class="declaration">Declaration</h2>
|
---|
18 | <p class="declaration">
|
---|
19 | <code>type TFTPListRec = class(TObject)</code></p>
|
---|
20 | <h2 class="description">Description</h2>
|
---|
21 | <p>
|
---|
22 | Object for holding file information</p>
|
---|
23 | <p>
|
---|
24 | parsed from directory listing of FTP server.</p>
|
---|
25 | <a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
|
---|
26 | <ul class="hierarchy"><li class="ancestor">TObject</li>
|
---|
27 | <li class="thisitem">TFTPListRec</li></ul><h2 class="overview">Overview</h2>
|
---|
28 | <a name="@Methods"></a><h3 class="summary">Methods</h3>
|
---|
29 | <table class="summary">
|
---|
30 | <tr class="list">
|
---|
31 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
32 | <td class="itemcode"><code>procedure <b><a href="ftpsend.TFTPListRec.html#Assign">Assign</a></b>(Value: <a href="ftpsend.TFTPListRec.html">TFTPListRec</a>); virtual;</code></td>
|
---|
33 | </tr>
|
---|
34 | </table>
|
---|
35 | <a name="@Properties"></a><h3 class="summary">Properties</h3>
|
---|
36 | <table class="summary">
|
---|
37 | <tr class="list">
|
---|
38 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
39 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#FileName">FileName</a></b>: string read FFileName write FFileName;</code></td>
|
---|
40 | </tr>
|
---|
41 | <tr class="list2">
|
---|
42 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
43 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#Directory">Directory</a></b>: Boolean read FDirectory write FDirectory;</code></td>
|
---|
44 | </tr>
|
---|
45 | <tr class="list">
|
---|
46 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
47 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#Readable">Readable</a></b>: Boolean read FReadable write FReadable;</code></td>
|
---|
48 | </tr>
|
---|
49 | <tr class="list2">
|
---|
50 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
51 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#FileSize">FileSize</a></b>: int64 read FFileSize write FFileSize;</code></td>
|
---|
52 | </tr>
|
---|
53 | <tr class="list">
|
---|
54 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
55 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#FileTime">FileTime</a></b>: TDateTime read FFileTime write FFileTime;</code></td>
|
---|
56 | </tr>
|
---|
57 | <tr class="list2">
|
---|
58 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
59 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#OriginalLine">OriginalLine</a></b>: string read FOriginalLine write FOriginalLine;</code></td>
|
---|
60 | </tr>
|
---|
61 | <tr class="list">
|
---|
62 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
63 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#Mask">Mask</a></b>: string read FMask write FMask;</code></td>
|
---|
64 | </tr>
|
---|
65 | <tr class="list2">
|
---|
66 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
67 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPListRec.html#Permission">Permission</a></b>: string read FPermission write FPermission;</code></td>
|
---|
68 | </tr>
|
---|
69 | </table>
|
---|
70 | <h2 class="description">Description</h2>
|
---|
71 | <h3 class="detail">Methods</h3>
|
---|
72 | <table class="detail">
|
---|
73 | <tr class="list">
|
---|
74 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
75 | <td class="itemcode"><a name="Assign"></a><code>procedure <b>Assign</b>(Value: <a href="ftpsend.TFTPListRec.html">TFTPListRec</a>); virtual;</code></td>
|
---|
76 | </tr>
|
---|
77 | </table>
|
---|
78 | <p>
|
---|
79 | You can assign another TFTPListRec to this object.</p>
|
---|
80 | <h3 class="detail">Properties</h3>
|
---|
81 | <table class="detail">
|
---|
82 | <tr class="list">
|
---|
83 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
84 | <td class="itemcode"><a name="FileName"></a><code>property <b>FileName</b>: string read FFileName write FFileName;</code></td>
|
---|
85 | </tr>
|
---|
86 | </table>
|
---|
87 | <p>
|
---|
88 | name of file</p>
|
---|
89 | <table class="detail">
|
---|
90 | <tr class="list">
|
---|
91 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
92 | <td class="itemcode"><a name="Directory"></a><code>property <b>Directory</b>: Boolean read FDirectory write FDirectory;</code></td>
|
---|
93 | </tr>
|
---|
94 | </table>
|
---|
95 | <p>
|
---|
96 | if name is subdirectory not file.</p>
|
---|
97 | <table class="detail">
|
---|
98 | <tr class="list">
|
---|
99 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
100 | <td class="itemcode"><a name="Readable"></a><code>property <b>Readable</b>: Boolean read FReadable write FReadable;</code></td>
|
---|
101 | </tr>
|
---|
102 | </table>
|
---|
103 | <p>
|
---|
104 | if you have rights to read</p>
|
---|
105 | <table class="detail">
|
---|
106 | <tr class="list">
|
---|
107 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
108 | <td class="itemcode"><a name="FileSize"></a><code>property <b>FileSize</b>: int64 read FFileSize write FFileSize;</code></td>
|
---|
109 | </tr>
|
---|
110 | </table>
|
---|
111 | <p>
|
---|
112 | size of file in bytes</p>
|
---|
113 | <table class="detail">
|
---|
114 | <tr class="list">
|
---|
115 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
116 | <td class="itemcode"><a name="FileTime"></a><code>property <b>FileTime</b>: TDateTime read FFileTime write FFileTime;</code></td>
|
---|
117 | </tr>
|
---|
118 | </table>
|
---|
119 | <p>
|
---|
120 | date and time of file. Local server timezone is used. Any timezone conversions was not done!</p>
|
---|
121 | <table class="detail">
|
---|
122 | <tr class="list">
|
---|
123 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
124 | <td class="itemcode"><a name="OriginalLine"></a><code>property <b>OriginalLine</b>: string read FOriginalLine write FOriginalLine;</code></td>
|
---|
125 | </tr>
|
---|
126 | </table>
|
---|
127 | <p>
|
---|
128 | original unparsed line</p>
|
---|
129 | <table class="detail">
|
---|
130 | <tr class="list">
|
---|
131 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
132 | <td class="itemcode"><a name="Mask"></a><code>property <b>Mask</b>: string read FMask write FMask;</code></td>
|
---|
133 | </tr>
|
---|
134 | </table>
|
---|
135 | <p>
|
---|
136 | mask what was used for parsing</p>
|
---|
137 | <table class="detail">
|
---|
138 | <tr class="list">
|
---|
139 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
140 | <td class="itemcode"><a name="Permission"></a><code>property <b>Permission</b>: string read FPermission write FPermission;</code></td>
|
---|
141 | </tr>
|
---|
142 | </table>
|
---|
143 | <p>
|
---|
144 | permission string (depending on used mask!)</p>
|
---|
145 | <hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:50</em>
|
---|
146 | </span>
|
---|
147 | </body></html>
|
---|