class documentation

class FTPRealm(BaseFTPRealm): (source)

View In Hierarchy

Method __init__ Undocumented
Method get​Home​Directory Use avatarId as a single path segment to construct a child of self.userHome and return that child.
Instance Variable anonymous​Root Root of the filesystem to which anonymous users will be granted access.
Instance Variable user​Home Root of the filesystem containing user home directories.

Inherited from BaseFTPRealm:

Method request​Avatar Return avatar which provides one of the given interfaces.
def __init__(self, anonymousRoot, userHome='/home'): (source)
def getHomeDirectory(self, avatarId): (source)
Use avatarId as a single path segment to construct a child of self.userHome and return that child.
Root of the filesystem to which anonymous users will be granted access.
Root of the filesystem containing user home directories.