carletes / mock-ssh-server

Python mock SSH server for testing purposes
MIT License
56 stars 32 forks source link

sftp: add support for lstat and symlink #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

DVC uses mock-ssh-server to test some interactions with SSH, but it relies on lstat and symlinks. It would be great if we could merge this to master (others might find it useful :slightly_smiling_face:)

ghost commented 5 years ago

Thanks for taking a look, @mvdbeek ! :slightly_smiling_face:

carletes commented 5 years ago

Thanks a lot for this, @mroutis and @mvdbeek! Merging it now.