Changeset 680

Show
Ignore:
Timestamp:
2007-01-26 08:09:42 (2 years ago)
Author:
schwa
Message:
Added announcement for ftputil 2.2.1.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/announcements.txt

    r675 r680  
     1ftputil 2.2.1 is now available from 
     2http://ftputil.sschwarzer.net/download . 
     3 
     4Changes since version 2.2 
     5------------------------- 
     6 
     7This release checks for status code 451 for FTPFiles (thanks to 
     8Alexander Holyapin for the note). 
     9 
     10What is ftputil? 
     11---------------- 
     12 
     13ftputil is a high-level FTP client library for the Python programming 
     14language. ftputil implements a virtual file system for accessing FTP 
     15servers, that is, it can generate file-like objects for remote files. 
     16The library supports many functions similar to those in the os, 
     17os.path and shutil modules. ftputil has convenience functions for 
     18conditional uploads and downloads, and handles FTP clients and servers 
     19in different timezones. 
     20 
     21License 
     22------- 
     23 
     24ftputil is Open Source software, released under the revised BSD 
     25license (see http://www.opensource.org/licenses/bsd-license.php ). 
     26 
     27Stefan 
     28 
     29---------------------------------------------------------------------- 
    130ftputil 2.2 is now available from 
    231http://ftputil.sschwarzer.net/download .