Hello, I am getting on so well with what I have now as a result of virtualenv and zopeproject0.4 that I don't want to break it by mistake so I am asking people who know.
On the sandbox I had before, I edited zope.conf to start an ftp server as well as http on startup. This was necessary to upload files (jpegs) created external to zope. How do I install and start an ftp server within the zopeproject/buildout/paste? Added this to buildout.cfg: [app] eggs = ... zope.app.ftp ...and this to setup.py... setup( install_requires=[ ... 'zope.app.ftp' ] ) Ran ./bin/buildout. But beyond that I am a bit lost. Thanks for any help, Myles _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users