ftputil

Purpose

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.

What's new?

This release fixes a bug in the makedirs call (report and fix by Richard Holden). Though this bug was Windows-specific, upgrading is recommended for all ftputil users.

Documentation

The documentation for ftputil can be found in the file ftputil.txt (reStructuredText format) or ftputil.html (recommended, generated from ftputil.txt).

Prerequisites

To use ftputil, you need Python, at least version 2.3. Python is a programming language, available from http://www.python.org for free.

Installation

If you have easy_install installed, you can install the current version of ftputil directly from the Python Package Index (PyPI) without downloading the package explicitly.

License

ftputil is Open Source Software. It is distributed under the new/modified/revised BSD license (see http://www.opensource.org/licenses/bsd-license.html ).

Authors

Stefan Schwarzer <sschwarzer@sschwarzer.net>

Evan Prodromou <evan@bad.dynu.ca> (lrucache module)

Please provide feedback! It's surely appreciated. :-)