{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet"}],"enrichment":{"capability":"Provides file transfer over SSH using the SCP protocol via a paramiko transport, supporting single files, directories, and file-like objects with optional progress tracking.","skillfed_tags":["ssh-file-transfer","paramiko-wrapper"],"use_cases":["Automating remote file backups or log collection from servers over SSH.","Uploading configuration files or application binaries to remote hosts during deployment.","Downloading results or reports from remote systems as part of a larger automation workflow.","Transferring entire directory trees to remote systems with a single recursive call.","Monitoring file transfer progress in long-running data migration or sync operations."],"what_it_does":"scp is a pure-Python wrapper around the SCP protocol that leverages paramiko's SSH transport to move files to and from remote hosts. It implements the protocol as used by OpenSSH's scp command, allowing you to upload, download, and recursively transfer directories over an established SSH connection.\n\nThe package is designed for straightforward file operations: you pass it a paramiko transport, call put() or get() with local and remote paths, and optionally supply a progress callback to monitor transfer status. It also supports uploading file-like objects via putfo() and works as a context manager for cleaner resource handling.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, and solves a specific problem cleanly\u2014file transfer over SSH without shell escaping or subprocess management. The copyleft license requires attention if you're building proprietary software, but for internal tools, automation, and open-source projects it is a straightforward dependency."},"id":"scp","links":{"html":"https://skillfed.io/packages/scp","md":"https://skillfed.io/packages/scp.md","pypi":"https://pypi.org/project/scp/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-29","license_spdx":null,"license_treatment":"copyleft","name":"scp","python_support":"unspecified","summary":"scp module for paramiko"},"popularity":{"monthly_downloads":15011039,"position":1205,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.16.1"}
