[Zope3-Users] ftp server and zopeproject?
Myles English
mylesenglish at gmail.com
Fri Sep 28 00:20:02 EDT 2007
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
More information about the Zope3-users
mailing list