Python Documentation?

Fredrik Lundh fredrik at pythonware.com
Tue Sep 2 03:42:48 EDT 2003


Gerhard Häring wrote:

> I needed a quick way to "stat" files via FTP (it's a mirror script that
> synchronizes the maps, etc. on Unreal Tournament 2003 gameservers). As
> ftplib lacks any methods whatsoever to parse the output of the LIST
> command

which isn't that strange, given that the LIST command can output
anything (it's intended for human readers, not computers).

some useful links:

    http://cr.yp.to/ftpparse.html
    http://c0re.jp/c0de/ftpparsemodule/
    http://effbot.org/downloads/#ftpparse

</F>








More information about the Python-list mailing list