Class t.v.a.s.AdaptFileSystemUserToISFTP:

Part of twisted.vfs.adapters.sftp View Source View In Hierarchy

Implements interfaces: twisted.conch.ssh.filetransfer.ISFTPServer
No class docstring
Method __init__ Undocumented
Method _setAttrs NOTE: this function assumes it runs as the logged-in user:
Method gotVersion Undocumented
Method openFile Undocumented
Method removeFile Undocumented
Method renameFile Undocumented
Method makeDirectory Undocumented
Method removeDirectory Undocumented
Method openDirectory Undocumented
Method getAttrs Undocumented
Method setAttrs Undocumented
Method readLink Undocumented
Method makeLink Undocumented
Method realPath Undocumented
def __init__(self, avatar): (source)
Undocumented
def _setAttrs(self, path, attrs): (source)
NOTE: this function assumes it runs as the logged-in user: i.e. under _runAsUser()
def gotVersion(self, otherVersion, extData): (source)
Undocumented
def openFile(self, filename, flags, attrs): (source)
Undocumented
def removeFile(self, filename): (source)
Undocumented
def renameFile(self, oldpath, newpath): (source)
Undocumented
def makeDirectory(self, path, attrs): (source)
Undocumented
def removeDirectory(self, path): (source)
Undocumented
def openDirectory(self, path): (source)
Undocumented
def getAttrs(self, path, followLinks): (source)
Undocumented
def setAttrs(self, path, attrs): (source)
Undocumented
def readLink(self, path): (source)
Undocumented
def makeLink(self, linkPath, targetPath): (source)
Undocumented
def realPath(self, path): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.