twisted.protocols.ftp.FTPRealm(BaseFTPRealm) class documentationtwisted.protocols.ftp
(View In Hierarchy)
| Instance Variable | anonymousRoot | Root of the filesystem to which anonymous users will be granted access. (type: twisted.python.filepath.FilePath) | 
| Instance Variable | userHome | Root of the filesystem containing user home directories. (type: filepath.FilePath) | 
| Method | __init__ | Undocumented | 
| Method | getHomeDirectory | Use avatarIdas a single path segment to construct a child 
ofself.userHomeand return that child. | 
Inherited from BaseFTPRealm:
| Method | requestAvatar | Return avatar which provides one of the given interfaces. | 
twisted.python.filepath.FilePath)