LocalFS and application/octet-string download problem
Hello, I have a download folder mapped using LocalFS, there were no problems with downloading documents (html,txt) from that directory but there is with programs like setup.exe. When I wget the file I receive a file with the following content: <open file '/home/zoperunner/zopeinstance_1/download/setup.exe', mode 'rb' at 0x42419f4c> instead of the setup file. Log is OK -- 127.0.0.1 56076 - - [16/Feb/2005:12:50:38 +0200] "GET /download/setup.exe" 200 220 "" "Wget/1.5.3" Any hints? Thanks in advance, rk.
Radek Kotowicz wrote:
<open file '/home/zoperunner/zopeinstance_1/download/setup.exe', mode 'rb' at 0x42419f4c>
That's odd indeed, looks like a .read() is missing somewhere... What version of Zope are you using? What version of LocalFS? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On Feb 17, 2005, at 10:24 AM, Chris Withers wrote:
Radek Kotowicz wrote:
<open file '/home/zoperunner/zopeinstance_1/download/setup.exe', mode 'rb' at 0x42419f4c>
That's odd indeed, looks like a .read() is missing somewhere...
What version of Zope are you using? What version of LocalFS?
It's zope 2.7 and LocalFS-1-3 Thanks for your help, rk.
Radek Kotowicz wrote:
It's zope 2.7 and LocalFS-1-3
Have you made any changes to any code, it sounds like someone else tried to reproduce this and couldn't... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On Feb 18, 2005, at 12:51 PM, Chris Withers wrote:
Radek Kotowicz wrote:
It's zope 2.7 and LocalFS-1-3
Have you made any changes to any code, it sounds like someone else tried to reproduce this and couldn't...
Unfortunately not. Maybe I'll try to use another version...
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
Chris Withers -
Radek Kotowicz