
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
sftpConfigReader is a tiny package that reads SFTP client configuration settings stored in *.ini configuration file.
I created this package for convenience when working on an application that was using Paramiko SFTP library: http://www.paramiko.org/
Suppose your SFTP client configuration file is stored in /home/johndoe/.sftp/some_sftp_server/config.ini.
[sftp]
sftp_host=localhost
port=22
user=john
password=helloJohn
known_hosts=/home/john/.ssh/known_hosts
You want your Python application to access the SFTP connection settings.
from sftpConfigReader import read_sftp_config
conf_file = r'home/johndoe/.sftp/some_sftp_server/config.ini'
settings_dict = read_sftp_config(conf_file, 'sftp')
If the path to the configuration file and the section name are correct, then settings_dict variable is going to contain SFTP settings dictionary.
FAQs
SFTP configuration reader
We found that sftpConfigReader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.