Howdy all.. I'm the XMLTV developer that was initially working on this problem.
I think Ed missed a later message I posted. LWP::Simple definitely uses binary mode by default on FTP transfers. (found by using LWP::Debug) That said, something is corrupting binary data. It is either LWP::Simple::getprint or the way our code was using it. I have fixed the problem in the XMLTV code by using "getstore" instead of "getprint" It's a more appropriate call for what we're doing anyway. Robert __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
