Hi I'm new to zope and have been reading through the docs. They make reference to the fact that you can have FTP access and hence don't need to work from a browser front end. Does this mean that you can use say 'vi' to write your DTML and then FTP it to the server? What is the best way to configure such a setup? Cheers Sunil Sehdev ssehdev@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
On Mon, 19 Jul 1999 15:07:14 GMT, "Sunil Sehdev" <ssehdev@hotmail.com> said: Sunil> I'm new to zope and have been reading through the docs. Sunil> They make reference to the fact that you can have FTP access Sunil> and hence don't need to work from a browser front end. Sunil> Does this mean that you can use say 'vi' to write your Sunil> DTML and then FTP it to the server? Yep, or even better, use XEmacs's EFS mode--allows you to edit files transparently over FTP. :-) Sunil> What is the best way to configure such a setup? Run Zope2 with ZServer. The FTP server starts by default on port 9221. You will still need to use the browser front end for a lot of things, but FTP works great for uploading DTML Docs and images. -- Alex Rice | alrice@swcp.com | http://www.swcp.com/~alrice Current Location: N. Rio Grande Bioregion, Southwestern USA
participants (2)
-
Alex Rice -
Sunil Sehdev