[Zope-dev] Large file FTP STOR

seant@factory.dk seant@factory.dk
Thu, 9 Mar 2000 00:24:41 +0100


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.