Thanks!
Sheldon
--
http://mail.python.org/mailman/listinfo/python-list
Hello Sheldon,
> Here is the part of the program that I need explained:
>
> host.download(name, name, 'b') # remote, local, binary mode
Download file called "name" from host to a local file in the same name,
use binary mode.
> source = host.file('index.html', 'r') # file-like object
Open a file
Hi Everyone,
I recently installed a module called ftputil and I am trying to
understand how it works.
I created a simple program to download about 1500 files from my ftp and
the program looks like this:
**
#! /usr/bin/env pyt