Attempting to use the Version to stop from stepping on each others' code results in a LockOut error that seems to propagate to any object the code in the version touches. For example, if the versioned object uses <dtml-var standard_html_header> then standard_html_header gets locked and the site becomes inaccessible. What am I doing wrong? -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of zope-request@zope.org Sent: Tuesday, December 06, 2005 6:02 AM To: zope@zope.org Subject: Zope Digest, Vol 19, Issue 8 Send Zope mailing list submissions to zope@zope.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.zope.org/mailman/listinfo/zope or, via email, send a message with subject or body 'help' to zope-request@zope.org You can reach the person managing the list at zope-owner@zope.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Zope digest..." Today's Topics: 1. Re: add multiple images to zope folder (Jonathan Cyr) 2. Adding TextIndexNG 3.1.1 error (Garth B.) 3. Re: Adding TextIndexNG 3.1.1 error (Andreas Jung) 4. Re: Adding TextIndexNG 3.1.1 error (Garth B.) 5. Re: Adding TextIndexNG 3.1.1 error (Andreas Jung) 6. Re: Adding TextIndexNG 3.1.1 error (Garth B.) 7. Re: Re: Zope Calendar (John Poltorak) 8. Accessing a Subfolder of a Parent Folder (Asad Habib) 9. Re: Accessing a Subfolder of a Parent Folder (Peter Bengtsson) 10. Re: Accessing a Subfolder of a Parent Folder (Jonathan) 11. Re: FOLLOWUP: 120MB file import failures (Michael Dexter) 12. oddity with zope and webdav (David Bear) 13. Translating a webpage (Sam Boggess) 14. Re: Finding a match in a large dataset - btrees? (Cameron Beattie) 15. Re: add multiple images to zope folder (Chris Purves) 16. Re: add multiple images to zope folder (Chris Purves) 17. Re: oddity with zope and webdav (Chris Purves) 18. Re: oddity with zope and webdav (Chris Purves) 19. Re: Finding a match in a large dataset - btrees? (Andreas Jung) 20. Re: Finding a match in a large dataset - btrees? (Andreas Jung) 21. Re: Finding a match in a large dataset - btrees? (Tino Wildenhain) 22. Re: oddity with zope and webdav (Sam Stainsby) 23. Re: Translating a webpage (Josef Meile) 24. Re: Re: Zope Calendar (Lennart Regebro) 25. Saving a Rendered DTML Document (Asad Habib) 26. Re: FOLLOWUP: 120MB file import failures (Jens Vagelpohl) 27. Re: zdsock (Chris Withers) 28. Re: Hooks for methods other than GET/POST on port 80? (Chris Withers) 29. Re: oddity with zope and webdav (Chris Withers) 30. Re: Beginners Confusion (Chris Withers) 31. Re: FOLLOWUP: 120MB file import failures (Chris Withers) 32. Re: zdsock (John Poltorak) 33. Re: Re: Python Classes and Zope. (Dario Lopez-K?sten) 34. Re: Re: Python Classes and Zope. (Jean-Marc Orliaguet) ---------------------------------------------------------------------- Message: 1 Date: Mon, 05 Dec 2005 12:44:06 -0500 From: Jonathan Cyr <cyrj@cyr.info> Subject: Re: [Zope] add multiple images to zope folder To: Chris Purves <chris.purves@gmail.com> Cc: zope@zope.org Message-ID: <43947C66.1000302@cyr.info> Content-Type: text/plain; charset="iso-8859-1" I once started down that path with FTP. I use HomeSite, as well, to save via FTP. I investigated a Linux package called Delegate, that would provide a rev-proxy for FTP over SSL, in which normal FTP clients with SSL could transfer files. www.delegate.org I didn't continue, priorities and all. Maybe a WebDAV client over SSL would be easier, depends on your needs. -Jon Chris Purves wrote:
On 04/12/05, Jonathan Cyr <cyrj@cyr.info> wrote:
Use FTP,
Open Internet Explorer, type ftp://zopeusername:password@yourZopeIPorURL.com:8021/directory/
and drag and drop from explorer to ie, zope assigns them as images automatically.
Any FTP client will do, Filezilla is nice/free, as well. (filezilla.sourceforge.net) Substitute 8021 with your Zope's FTP port.
I use it regularly for uploading website graphical components, a nice shortcut.
That looks like exactly what I want, but is it possible to make the connection secure?
-- Take care, eh. Chris _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Jonathan Cyr http://www.cyr.info http://www.weddingweblog.com cyrj@cyr.info