Class: FTPFileListProtocol | Twisted-0.19.0/twisted/protocols/ftp.py | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Parser for standard FTP file listings This is the evil required to match
It populates the instance attribute self.files, which is a list containing
dicts with the following keys (examples from the above line):
- filetype: e.g. Note that the
|