skillfed

genie.libs.filetransferutils

Genie libs FileTransferUtils: Genie FileTransferUtils Libraries

genie-libs-filetransferutils v26.7 268.6K downloads/30d#8,272 on PyPI
Permissive license Apache 2.0 Active released

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-filetransferutils

uv

uv add genie-libs-filetransferutils

poetry

poetry add genie-libs-filetransferutils

Installing 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

Development Status :: 5 - Production/StableDevelopment Status :: 6 - MatureEnvironment :: ConsoleIntended Audience :: DevelopersIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsIntended Audience :: Telecommunications IndustryLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Build ToolsTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: Testing

Tags

file transfer automation testingftp tftp ssh file transfergenie file transfer utilitiesnetwork device file transfertest automation file operationspyats file transfer libraryserver file transfer utils
network-automationtest-frameworkfile-transfer

More Libraries packages