byteskeptical / sftpretty

Provides multi-threaded routines and high level protocol abstractions for a pretty quick & simple file transfer experience. Super duper close to a drop in replacement for pysftp.
https://docs.sftpretty.com/
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Add ability to disable certain algorithms #12

Closed erans closed 2 years ago

erans commented 2 years ago

Allows adding disabled algorithms so that paramiko can connect to older SFTP servers that does not default to newer algorithms.

byteskeptical commented 2 years ago

Thanks for the submission, I submitted a PR on your branch or you can enable edits by maintainers on this PR.