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