Documentation/Source/eric5.Utilities.FtpUtilities.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3591
2f2a4a76dd22
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#FtpDirLineParser.__parseWindowsTime">__parseWindowsTime</a></td> 81 <td><a href="#FtpDirLineParser.__parseWindowsTime">__parseWindowsTime</a></td>
82 <td>Private method to parse a Windows date and time indication modifying the given URL info object.</td> 82 <td>Private method to parse a Windows date and time indication modifying the given URL info object.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#FtpDirLineParser.__splitUnixLine">__splitUnixLine</a></td> 84 <td><a href="#FtpDirLineParser.__splitUnixLine">__splitUnixLine</a></td>
85 <td>Split a line of a Unix like directory listing into meta data, number of links, user, group, size, month, day, year or time and name.</td> 85 <td>Private method to split a line of a Unix like directory listing.</td>
86 </tr><tr> 86 </tr><tr>
87 <td><a href="#FtpDirLineParser.parseLine">parseLine</a></td> 87 <td><a href="#FtpDirLineParser.parseLine">parseLine</a></td>
88 <td>Private method to parse a directory listing line.</td> 88 <td>Private method to parse a directory listing line.</td>
89 </tr> 89 </tr>
90 </table> 90 </table>
129 </dd> 129 </dd>
130 </dl><dl> 130 </dl><dl>
131 <dt>Returns:</dt> 131 <dt>Returns:</dt>
132 <dd> 132 <dd>
133 URL info object containing the valid data (E5UrlInfo) 133 URL info object containing the valid data (E5UrlInfo)
134 </dd>
135 </dl><dl>
136 <dt>Raises <b>FtpDirLineParserError</b>:</dt>
137 <dd>
138 Raised if the line is not of a
139 recognized Unix format.
140 </dd> 134 </dd>
141 </dl><a NAME="FtpDirLineParser.__parseUnixMode" ID="FtpDirLineParser.__parseUnixMode"></a> 135 </dl><a NAME="FtpDirLineParser.__parseUnixMode" ID="FtpDirLineParser.__parseUnixMode"></a>
142 <h4>FtpDirLineParser.__parseUnixMode</h4> 136 <h4>FtpDirLineParser.__parseUnixMode</h4>
143 <b>__parseUnixMode</b>(<i>modeString, urlInfo</i>) 137 <b>__parseUnixMode</b>(<i>modeString, urlInfo</i>)
144 <p> 138 <p>
242 </dd> 236 </dd>
243 </dl><a NAME="FtpDirLineParser.__splitUnixLine" ID="FtpDirLineParser.__splitUnixLine"></a> 237 </dl><a NAME="FtpDirLineParser.__splitUnixLine" ID="FtpDirLineParser.__splitUnixLine"></a>
244 <h4>FtpDirLineParser.__splitUnixLine</h4> 238 <h4>FtpDirLineParser.__splitUnixLine</h4>
245 <b>__splitUnixLine</b>(<i>line</i>) 239 <b>__splitUnixLine</b>(<i>line</i>)
246 <p> 240 <p>
247 Split a line of a Unix like directory listing into meta data, 241 Private method to split a line of a Unix like directory listing.
248 number of links, user, group, size, month, day, year or time 242 </p><p>
249 and name. 243 It splits the line into meta data, number of links, user, group, size,
250 </p><dl> 244 month, day, year or time and name.
245 </p><dl>
246 <dt><i>line</i></dt>
247 <dd>
248 directory line to split (string)
249 </dd>
250 </dl><dl>
251 <dt>Returns:</dt> 251 <dt>Returns:</dt>
252 <dd> 252 <dd>
253 tuple of nine strings giving the meta data, 253 tuple of nine strings giving the meta data,
254 number of links, user, group, size, month, day, year or time 254 number of links, user, group, size, month, day, year or time
255 and name 255 and name
276 </dd> 276 </dd>
277 </dl><dl> 277 </dl><dl>
278 <dt>Returns:</dt> 278 <dt>Returns:</dt>
279 <dd> 279 <dd>
280 URL info object containing the valid data (E5UrlInfo) 280 URL info object containing the valid data (E5UrlInfo)
281 </dd>
282 </dl><dl>
283 <dt>Raises <b>FtpDirLineParserError</b>:</dt>
284 <dd>
285 Raised if the line is not of a
286 recognized format.
287 </dd> 281 </dd>
288 </dl> 282 </dl>
289 <div align="right"><a href="#top">Up</a></div> 283 <div align="right"><a href="#top">Up</a></div>
290 <hr /><hr /> 284 <hr /><hr />
291 <a NAME="FtpDirLineParserError" ID="FtpDirLineParserError"></a> 285 <a NAME="FtpDirLineParserError" ID="FtpDirLineParserError"></a>

eric ide

mercurial