Zope 2.1.2 linux2 When attempting to upload a 8 MB file through FTP I get an FTP error (426). No exception was reported on stdout or Z2.log. I put a breakpoint in the webdav PUT and in the ObjectManager _setObject methods but neither were hit, so I assume that the error is happening somewhere in the publish code, but investigating quickly exceeded my zenness factor. Uploading the file through a browser as a File object works (though it takes significantly longer). Has anywone seen this before? I have 2 days to get this working, so any insight would be appreciated. Thanks, -Sean P.S. I am working with very large media files within the ZODB and from the filesystem, served though Zope. I am finding quite a few quirks and if anyone else is working with large files, I would love to compare notes.
I just tried this with two different 10+ MB files. I could not reproduce the error on 2.1.4. -Michel seant@factory.dk wrote:
Zope 2.1.2 linux2
When attempting to upload a 8 MB file through FTP I get an FTP error (426). No exception was reported on stdout or Z2.log. I put a breakpoint in the webdav PUT and in the ObjectManager _setObject methods but neither were hit, so I assume that the error is happening somewhere in the publish code, but investigating quickly exceeded my zenness factor.
Uploading the file through a browser as a File object works (though it takes significantly longer).
Has anywone seen this before?
I have 2 days to get this working, so any insight would be appreciated.
Thanks, -Sean
P.S.
I am working with very large media files within the ZODB and from the filesystem, served though Zope. I am finding quite a few quirks and if anyone else is working with large files, I would love to compare notes.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Michel Pelletier -
seant@factory.dk