server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

Module auto_backup - replace python library pysftp by fabric

Open mathben opened this issue 8 months ago • 0 comments

The latest version of pysftp is 0.2.9 (released 2016-07-04): https://pypi.org/project/pysftp/

pysftp has become obsolete and supports Python 3.5.

The latest version of Fabric is 3.2.2 (released 2023-08-30): https://pypi.org/project/fabric/

Fabric supports Python 3.11, and its main maintainer, bitprophet, also works on Paramiko.

mathben avatar Apr 15 '25 08:04 mathben