adam.testing.FakeSFTP# class adam.testing.FakeSFTP[source]# A fake SFTP client for testing purposes. It simulates the behavior of an SFTP client by storing files in the current directory. __init__()[source]# Methods __init__() close() get(remote, local) listdir(path) put(local, remote)