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