[Zope] LocalFS and mega-uploads + CMF
Dieter Maurer
dieter@handshake.de
Fri, 18 Jan 2002 20:19:55 +0100
Jud Dagnall writes:
> ....
> In my case, I need to have the (large) files end up on a separate FTP server
> anyway, but I'd like to use the CMF for submission, testing and review of
> files and metadata. Is there a straightforward way to have zope
> move/copy/ftp files after review to an external server, or at least to a
> centralized directory that could be mirrored?
You can uses Python's FTPlib to access the remote FTP server.
Dieter