ftplib and FTP Objects...

Audun Tonnesen aut at c2i.net
Mon Apr 22 14:43:16 EDT 2002


I have problems with retrbinary. The call is like this:
ftpobject.retrbinary("RETR <filename>, file.write(someData),[blocksize])

My problem is the <someData> argument to file.write(...). How do I define or bind the name to the actual datachunk?

Regards Audun








More information about the Python-list mailing list