Mocksftp (v1.0.1) provides a mock SFTP server for integration testing. It runs an in-process SFTP server backed by paramiko, enabling tests to exercise SFTP clients without a real SSH server. Low activity, no release schedule.
pip install mocksftpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: start mock SFTP server, connect and transfer file.
MockSFTPServer(use_pipe=False) when running on platforms with PF_LOCAL issues.
pip install paramiko[gssapi] cryptography>=41.0
Use the filesystem argument to set a persistent root directory if needed.