mar10 / pyftpsync

Synchronize directories using FTP(S), SFTP, or file system access.
https://pyftpsync.readthedocs.io
MIT License
117 stars 25 forks source link

Support for SSH key pairs #75

Closed JoeZiminski closed 1 year ago

JoeZiminski commented 2 years ago

Thanks for this excellent package for syncing folder trees, it is exactly what we need for our project.

We want to use the private_key argument on pysftp.Connection for SSH key pairs previously configured using paramiko. I am planning to fork the repo and implement this, if it will be useful I am happy to do it as a PR, or maybe there is aready a way to do this that I have missed (we are planning to provide cross-platform support so would rather avoid using system keyrings).

mar10 commented 2 years ago

Hi Joe,

these arguments to pysftp.Connection are currently not used, but it would certainly be a good enhancement!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.