mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-10 06:23:38 +08:00
3b920487ba
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
|