ANN: pyftpdlib 1.5.2 released

7 views
Skip to first unread message

Giampaolo Rodola'

unread,
Apr 6, 2017, 7:07:14 AM4/6/17
to python-ann...@python.org, pyft...@googlegroups.com
Hello all,
I'm glad to announce the release of pyftpdlib 1.5.2:

About
=====

pyftpdlib (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures, with Python versions from 2.6 to 3.5 (users of Python 2.4 and 2.5 may use 2.1.3 version). PyPy is also known to work.

What's new
==========

**Enhancements**

- #378: SSL security was improved by disabling SSLv2, SSLv3 and SSL_COMPRESSION
  features. New TLS_FTPHandler's ssl_options class attribute was added.
- #380: AbstractedFS.listdir() can now return also a generator (not only a
  list).

**Bug fixes**

- #367: ThreadedFTPServer no longer hangs if close_all() is called.
- #394: ETIMEDOUT is not treated as an alias for "connection lost".
- #400: QUIT can raise KeyError in case the user hasn't logged in yet and sends
  QUIT command.

Links
=====


--


Reply all
Reply to author
Forward
0 new messages