[ol10_u1_developer_EPEL] python3-pyftpdlib-2.0.1-3.el10_1.noarch

Name:python3-pyftpdlib
Version:2.0.1
Release:3.el10_1
Architecture:noarch
Group:Unspecified
Size:872813
License:MIT
RPM: python3-pyftpdlib-2.0.1-3.el10_1.noarch.rpm
Source RPM: python-pyftpdlib-2.0.1-3.el10_1.src.rpm
Build Date:Tue Sep 23 2025
Build Host:build-ol10-x86_64.oracle.com
Vendor:Oracle America
URL:https://github.com/giampaolo/pyftpdlib
Summary:Very fast asynchronous FTP server library
Description:
Python FTP server library provides a high-level portable interface to
easily write very efficient, scalable and asynchronous FTP servers with
Python. It is the most complete RFC-959 FTP server implementation
available for Python programming language.

** Features **

- Extremely lightweight, fast and scalable
- Uses sendfile(2) system call for uploads
- Uses epoll() / kqueue() / select() to handle concurrency asynchronously
- Can optionally skip to a multiple thread / process model (as in:
  you’ll be free to block or use slow filesystems)
- Portable: entirely written in pure Python; works with Python 2.7 and
  3.x using a single code base
- Supports FTPS (RFC-4217), IPv6 (RFC-2428),
  Unicode file names (RFC-2640), MLSD/MLST commands (RFC-3659)
- Support for virtual users and virtual filesystem
- Flexible system of "authorizers" able to manage both "virtual" and
  "real" users on both UNIX and Windows

** Performance **

Despite being written in an interpreted language, pyftpdlib has
transfer rates comparable or superior to common UNIX FTP servers
written in C. It usually tends to scale better because whereas vsftpd
and proftpd use multiple processes to achieve concurrency, pyftpdlib
only uses one.

Changelog (Show File list) (Show related packages)