Re: ftputil.py

2006-05-24 Thread Sheldon
Thanks! Sheldon -- http://mail.python.org/mailman/listinfo/python-list

Re: ftputil.py

2006-05-24 Thread Miki
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