class documentation

class InMemorySFTPClient: (source)

View In Hierarchy

A filetransfer.FileTransferClient which does filesystem operations in memory, without touching the local disc or the network interface.

Method __init__ Undocumented
Method openFile No summary
Instance Variable options Undocumented
Instance Variable transport Undocumented
Instance Variable _availableFiles File like objects which are available to the SFTP client.
def __init__(self, availableFiles): (source)

Undocumented

def openFile(self, filename, flags, attrs): (source)
See Also

filetransfer.FileTransferClient.openFile.

Retrieve and remove cached file based on flags.

Undocumented

transport = (source)

Undocumented

_availableFiles: FilesystemRegister = (source)

File like objects which are available to the SFTP client.