class FTPRealm(BaseFTPRealm): (source)
| Method | __init__ |
Undocumented |
| Method | getHomeDirectory |
Use avatarId as a single path segment to construct a child of self.userHome and return that child. |
| Instance Variable | anonymousRoot |
Root of the filesystem to which anonymous users will be granted access. |
| Instance Variable | userHome |
Root of the filesystem containing user home directories. |
Inherited from BaseFTPRealm:
| Method | requestAvatar |
Return avatar which provides one of the given interfaces. |