23 Aug
2002
23 Aug
'02
6:17 p.m.
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