From sschwarzer at sschwarzer.net Sun Apr 22 14:53:35 2007 From: sschwarzer at sschwarzer.net (Stefan Schwarzer) Date: Sun, 22 Apr 2007 14:53:35 +0200 Subject: [ftputil] [ANN] ftputil 2.2.2 released Message-ID: <462B5ACF.90205@sschwarzer.net> ftputil 2.2.2 is now available from http://ftputil.sschwarzer.net/download . Changes since version 2.2.1 --------------------------- This bugfix release handles whitespace in path names more reliably (thanks to Johannes Str?mberg). Upgrading is recommended. What is ftputil? ---------------- ftputil is a high-level FTP client library for the Python programming language. ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. The library supports many functions similar to those in the os, os.path and shutil modules. ftputil has convenience functions for conditional uploads and downloads, and handles FTP clients and servers in different timezones. Read the documentation at http://ftputil.sschwarzer.net/documentation . License ------- ftputil is Open Source software, released under the revised BSD license (see http://www.opensource.org/licenses/bsd-license.php ). Stefan