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