Does Zope's FTP server provide "resume after disconnect"?
Hello, I'm trying to setup a CMF site. This will hold large (~50MB) binary files too. I'm thinking of using CMFOptions for ExternalFile support so that this won't fill up ZODB. Question: People might want to download files via FTP. Does Zope's inbuilt FTP server provide functionality where broken downloads can be resumed? Thanks in advance Satheesh Babu http://vsbabu.org
Hi- Glancing quickly at the medusa source, it would seem that the FTP server does support RESTarting downloads. However, I'm not sure if Zope can accommodate this. Try it! HTH, --Quentin On Thursday, August 22, 2002, at 07:22 PM, vsbabu@vsbabu.org wrote:
Hello,
I'm trying to setup a CMF site. This will hold large (~50MB) binary files too. I'm thinking of using CMFOptions for ExternalFile support so that this won't fill up ZODB.
Question: People might want to download files via FTP. Does Zope's inbuilt FTP server provide functionality where broken downloads can be resumed?
Thanks in advance
Satheesh Babu http://vsbabu.org
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
vsbabu@vsbabu.org writes:
Question: People might want to download files via FTP. Does Zope's inbuilt FTP server provide functionality where broken downloads can be resumed? I doubt it.
An aborted download should result in an exception (at least I hope so). In this case, the transaction would be aborted and the old state (before the FTP upload) restored. Dieter
participants (3)
-
Dieter Maurer -
Quentin Smith -
vsbabuļ¼ vsbabu.org