308 |
308 |
309 return urlInfo |
309 return urlInfo |
310 |
310 |
311 def parseLine(self, line): |
311 def parseLine(self, line): |
312 """ |
312 """ |
313 Private method to parse a directory listing line. |
313 Public method to parse a directory listing line. |
314 |
314 |
315 This implementation support Unix and Windows style directory |
315 This implementation support Unix and Windows style directory |
316 listings. It tries Unix style first and if that fails switches |
316 listings. It tries Unix style first and if that fails switches |
317 to Windows style. If that fails as well, an exception is raised. |
317 to Windows style. If that fails as well, an exception is raised. |
318 |
318 |