Utilities/FtpUtilities.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
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

eric ide

mercurial