class documentation

class InMemorySFTPClient:

Constructor: InMemorySFTPClient(availableFiles)

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):

Undocumented

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

filetransfer.FileTransferClient.openFile.

Retrieve and remove cached file based on flags.

options: dict[str, int] =

Undocumented

transport =

Undocumented

_availableFiles: FilesystemRegister =

File like objects which are available to the SFTP client.