mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
A simple interface to SFTP. The module offers high level abstractions and task based routines to handle your SFTP needs. Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
config BR2_PACKAGE_PYTHON_PYSFTP
|
|
bool "python-pysftp"
|
|
select BR2_PACKAGE_PYTHON_PARAMIKO # runtime
|
|
help
|
|
A friendly face on SFTP.
|
|
|
|
https://bitbucket.org/dundeemt/pysftp
|