
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.

scrippy_remoteSSH/SFTP/FTP client for the Scrippy framework.
The modules listed below will be automatically installed.
git clone https://codeberg.org/scrippy/scrippy-remote.git
cd scrippy-remote
python -m pip install -r requirements.txt
make install
pippip install scrippy-remote
scrippy_remoteThis module offers all the objects, methods, and functions for operations on remote hosts accessible via SSH/SFTP or FTP and a limited support of CIFS:
The scrippy_remote module provides several objects for transferring files via SFTP, FTP, FTPS, or CIFS, and for remote command execution via SSH.
The source code for the scrippy_remote.remote module and its sub-modules is also extensively commented and remains the best source of documentation.
A HTML version of the documentation can be generated using sphinx:
pip3 install sphinx
cd scrippy-remote
make doc
The resulting documentation will be generated in the docs/build/html directory.
Each of the Ssh, Ftp, Cifs classes comes with some helper functions to operate on the local host such as :
The Ssh class provides specific methods to execute commands and handle files and directory handling such as :
The Ftp class provides specific methods to execute commands and handle files and directory handling such as :
The Cifs class provides specific methods to transfer files using the CIFS/Samba protocol such as:
FAQs
"Client SSH, SFTP et FTP pour le cadriciel Scrippy."
We found that scrippy-remote 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.

Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.

Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.

Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.