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?

From version 2.0 to 2.1, the following has changed:

Possible incompatibilities:

Documentation

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

Prerequisites

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

Installation

License

ftputil is Open Source Software. It is distributed under a BSD-style license (see the top of ftputil.py).

Author

Stefan Schwarzer <sschwarzer@sschwarzer.net>

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