l.p.t.SFTPServer : class documentation

Part of lp.poppy.twistedsftp View In Hierarchy

Implements interfaces: twisted.conch.interfaces.ISFTPServer

An implementation of ISFTPServer that backs onto a Poppy filesystem.
Method __init__ Undocumented
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
Method extendedRequest Undocumented
Method connectionClosed Undocumented
Method _create_missing_directories Undocumented
Method _translate_path Undocumented
def __init__(self, avatar, fsroot):
Undocumented
def gotVersion(self, other_version, ext_data):
Undocumented
def openFile(self, filename, flags, attrs):
Undocumented
def removeFile(self, filename):
Undocumented
def renameFile(self, old_path, new_path):
Undocumented
def makeDirectory(self, path, attrs):
Undocumented
def removeDirectory(self, path):
Undocumented
def openDirectory(self, path):
Undocumented
def getAttrs(self, path, follow_links):
Undocumented
def setAttrs(self, path, attrs):
Undocumented
def readLink(self, path):
Undocumented
def makeLink(self, link_path, target_path):
Undocumented
def realPath(self, path):
Undocumented
def extendedRequest(self, extended_name, extended_data):
Undocumented
def _create_missing_directories(self, filename):
Undocumented
def _translate_path(self, filename):
Undocumented
@adapter(SFTPClosed)
def connectionClosed(self, event):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.