genie.libs.filetransferutils
Genie libs FileTransferUtils: Genie FileTransferUtils Libraries
What it is and what it does
genie.libs.filetransferutils is a sub-component of Genie, Cisco's test automation framework built on pyATS. It provides utility functions to transfer files to and from servers, abstracting away the details of different transfer protocols (FTP, TFTP, SSH) so test automation code can move files between test hosts and network devices without reimplementing protocol logic. The package is designed to integrate with Genie's broader test harness and object-oriented automation model.
It ships as a pure Python wheel with low installation friction and depends on protocol-specific libraries (pyftpdlib for FTP server support, tftpy for TFTP, asyncssh for SSH) plus unicon for device connectivity. The package is actively maintained and carries no known security vulnerabilities. It targets developers writing test automation for network infrastructure, where moving configuration files, firmware images, or logs between test systems and devices is a common task.
Use it for:
- Transfer configuration files to network devices via TFTP or FTP during test setup phases
- Retrieve log files or diagnostic data from devices over SSH after test execution
- Automate firmware or image uploads to switches, routers, or other network hardware
- Move test data files between test orchestration servers and remote test agents
- Integrate file transfer operations into larger pyATS test suites without external tooling
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides utility functions for transferring files to and from servers as part of the Genie test automation framework, supporting protocols like FTP, TFTP, and SSH.
Yes, if you are building test automation on Genie/pyATS for network infrastructure. It provides a clean abstraction over file transfer protocols (FTP, TFTP, SSH) that would otherwise require separate protocol libraries and boilerplate. Active maintenance, permissive licensing, low install friction, and zero known vulnerabilities support adoption. Not relevant outside the Genie/pyATS ecosystem.
Install
genie-libs-filetransferutils on PyPI
pip
pip install genie-libs-filetransferutilsuv
uv add genie-libs-filetransferutilspoetry
poetry add genie-libs-filetransferutilsInstalling genie.libs.filetransferutils
Before you install
Low friction installation as a pure Python wheel. Actively maintained with a release within the past week. Depends on four runtime packages (unicon, pyftpdlib, tftpy, asyncssh) that handle protocol support and SSH connectivity.
License in practice
Licensed under Apache 2.0 (permissive), allowing use in commercial and open-source projects with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install genie.libs.filetransferutils
from genie.libs.filetransferutils import FileTransferUtils
# Use FileTransferUtils methods to transfer files via FTP, TFTP, or SSH
Requires Python 3.5 or later; Linux or macOS only (Windows not supported per documentation).
Verify before relying
- Exact API surface and available file transfer methods beyond the protocol names mentioned
- Whether this package is typically installed standalone or as part of the broader genie framework
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — unicon, pyftpdlib, tftpy, asyncssh |
| Maintenance | actively maintained — 7 days since the last release |
| First released | |
| Downloads | 268,574/month — #8,272 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: genie_libs_filetransferutils-26.7-py3-none-any.whl
Keywords: genie, pyats, test, automation
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
genie.libs.sdkGenie Libs SDK provides a library of reusable…
permissive · top 15,000 on PyPI
genie.libs.parserParses device output into structured data for…
permissive · top 15,000 on PyPI
genieGenie is a test automation library and harness…
permissive · top 15,000 on PyPI
genie.libs.confGenie Libs Conf provides Python object-based…
permissive · top 15,000 on PyPI
genie.trafficgenProvides connection implementations to traffic…
permissive · top 15,000 on PyPI
genie.libs.healthProvides health monitoring and diagnostics for…
permissive · top 15,000 on PyPI
genie.libs.robotProvides RobotFramework keywords to interact…
permissive · top 15,000 on PyPI
genie.libs.cleanGenie Clean provides device recovery and state…
permissive · top 15,000 on PyPI
ftputilftputil provides a high-level FTP client…
permissive · top 15,000 on PyPI
pyhelper-utilsProvides a collection of utility functions for…
permissive · top 15,000 on PyPI