ftputil

Purpose

ftputil is a high-level alternative to Python's ftplib module. With ftputil, you can access directories and files on remote FTP servers almost as if they were in your local file system. This includes using file-like objects representing remote files.

What's new?

From version 1.1 to 2.0, the following has changed:

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. :-)