Re: [Zope] Two Questions: One Easy, One Not
At 04:45 PM 5/10/2001 +0100, you wrote:
No, you can ftp to zope itself- just ftp to the right port number, eg 8021. It's in the logging information you get when Zope starts.
Hmmm. Stupid question, but how exactly do I do that? In my WS_FTP client, I enter *thewebsons.com:8021* and I see my doc root. How do I upload these images into the Zope database?
There was a bug with a recent version- I had the same problem, but the latest version seems to have it fixed.
Thanks. I've installed the newest distro. I'll report if there's a problem. TIA, BenO
Hi Ben, --On Donnerstag, 10. Mai 2001 10:25 -0700 Ben Ocean <zope@thewebsons.com> wrote:
At 04:45 PM 5/10/2001 +0100, you wrote:
No, you can ftp to zope itself- just ftp to the right port number, eg 8021. It's in the logging information you get when Zope starts.
Hmmm. Stupid question, but how exactly do I do that? In my WS_FTP client, I enter *thewebsons.com:8021* and I see my doc root. How do I upload these images into the Zope database?
Doc root? You may see your root-folder objects subobjects in a file/folder representation. So, make a directory (which results in creation of a folder-object in zope object database) and change into it and then upload your images. Zope will create object from images then. HTH Tino Wildenhain
There was a bug with a recent version- I had the same problem, but the latest version seems to have it fixed.
Thanks. I've installed the newest distro. I'll report if there's a problem. TIA, BenO
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
If you mean you see your Zope root, then just make a folder and put them there. You're in the ZODB. If you mean you see your Apache (or other web server) root, then there is something strange going on, as Zope can't give you access to that (without something like the LocalFS product). If this is the case, then I'd suspect that your WS_FTP client isn't using the port number properly and you're actually connecting to the 'regular' ftp daemon on your box rather than Zope on port 8021. Jeff On Thu, 10 May 2001, Ben Ocean wrote:
At 04:45 PM 5/10/2001 +0100, you wrote:
No, you can ftp to zope itself- just ftp to the right port number, eg 8021. It's in the logging information you get when Zope starts.
Hmmm. Stupid question, but how exactly do I do that? In my WS_FTP client, I enter *thewebsons.com:8021* and I see my doc root. How do I upload these images into the Zope database?
There was a bug with a recent version- I had the same problem, but the latest version seems to have it fixed.
Thanks. I've installed the newest distro. I'll report if there's a problem. TIA, BenO
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Ben Ocean -
jeffr@odeon.net -
Tino Wildenhain