I've Zope 2.1.4 running on NT4.0, using ZServer. I would like to set up IE5.0's "Web Folder" feature for Zope, with Zope's authentication. I could set up a web folder, but it doesn't do authentication, so I can't've any PUT rights...
Any thoughts?
I don't think I'm following you - what do you mean by "it doesn't do authentication"? After setting up a Web Folder pointed to a folder in your Zope installation, what happens if you try to drag a file from your desktop to the Web Folder? Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
Oops! Sorry, folks. Stupid IE problem. I don't know what happened, but went to MS site, downloaded 5.01 and did a complete re-install, and it is working fine, now. Another thing - would it be possible to've https for ZServer webDAV? I'm trying to push Zope's use in my organization, and right now, am toying with the idea below (because FTP is ruled out by our security guy). - Run Zope as a webDav server - IE5.0 as client - People who want to post content to the HTTPD server (which is IIS3), just drag and drop from their PC to the Web Folder. Issues as of now: - How to get the content to NT folders rather than ZODB? localFS does not permit uploads... May be I'll try ZMirror. I work for a non-profit organization and right now we are not in a position to adopt IIS5 or NT2000. Nor do people want to go for Apache + Linux. And I could'nt find out any other affordable webDAV server for NT. Zope has got lof of people excited in my workplace and that is also one reason I want to push for Zope. ~ V.Satheesh Babu vsbabu@csoft.net . . http://www.csoft.net/~vsbabu/ /V\ - Duct tape is like the force. It has // \\ a light side, and a dark side, and /( )\ it holds the universe together ... ^'~'^
-----Original Message----- From: Brian Lloyd [mailto:Brian@digicool.com] Sent: Monday, March 27, 2000 12:20 PM To: 'Satheesh Babu'; zope@zope.org Subject: RE: [Zope] webDAV and IE 5.0
I've Zope 2.1.4 running on NT4.0, using ZServer. I would like to set up IE5.0's "Web Folder" feature for Zope, with Zope's authentication. I could set up a web folder, but it doesn't do authentication, so I can't've any PUT rights...
Any thoughts?
I don't think I'm following you - what do you mean by "it doesn't do authentication"? After setting up a Web Folder pointed to a folder in your Zope installation, what happens if you try to drag a file from your desktop to the Web Folder?
Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
Hi,
- How to get the content to NT folders rather than ZODB? localFS does not permit uploads... May be I'll try ZMirror.
One of my product has a LocalFS descendent class, where I can upload files. Well I simply use a Zope file object for uploading, then I save the content of the file object into a NT folder. If it helps you I can send this code for you. Arpad
participants (3)
-
Arpad Kiss -
Brian Lloyd -
Satheesh Babu