Thanks Phil and Chris, indeed the error arrises not with normal DTML documents but with a Zclass which is catalog aware and is based on DTML document. With ZOPE 2.24 editing and saving the HTML part of these documents (with HTML-Kit) was no problem, with ZOPE 2.3 I can open the file via ftp as usual but I get the following error when I try to save the document: FTP > TYPE A FTP < 200 Type set to ASCII. FTP > PORT 127,0,0,1,4,80 FTP < 200 PORT command successful. FTP > STOR FOLDER-A/FOLDER-B/FILExy FTP < 150 Opening ASCII connection for FOLDER-A/FOLDER-B/FILExy FTP < 426 Error creating file. FTP > 426 Error creating file. FTP - Could not upload "FOLDER-A/FOLDER-B/FILExy" (909) --- with a normal DTML document the ftp protocoll looks like this: FTP > TYPE A FTP < 200 Type set to ASCII. FTP > PORT 127,0,0,1,4,67 FTP < 200 PORT command successful. FTP > STOR standard_html_header FTP < 150 Opening ASCII connection for standard_html_header FTP < 226 Transfer complete. previous postings: ------------------
I used HTML Kit to edit ZOPE DTML content via ftp. Unfortunately file upload doesn´t work anymore with ZOPE 2.3.
Is there a patch or workaround available to use ftp or webdav for editing in ZOPE 2.3? What editor do you use for this purpose?
PH> Works fine for me with HTML-kit too. CM> How does it break? It seems to work fine under WebDrive, Cadaver, and IE CM> FTP. ------------------- thanks, -georg-