Editor for 2.3 ftp/webdav
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? thanks, -georg-
How does it break? It seems to work fine under WebDrive, Cadaver, and IE FTP. ----- Original Message ----- From: "Georg Rellensmann" <G.Rellensmann@gmx.de> To: "ZOPE mailinglist" <zope@zope.org> Sent: Saturday, March 10, 2001 6:21 AM Subject: [Zope] Editor for 2.3 ftp/webdav
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?
thanks, -georg-fS^T¨¥-+-fS^ÎS^¢¸!¶ÚþX¬¶Ìè¥ê+fùsSYsYùb²Ø§~ó¢-¡Êè²Êh²Û(¬tÌ- éܡا¥j×-+-²m§ÿåSËlÎS^¢¸?T¨¥T©ÿ-+-Swèÿ:)y©ç¢éÜzm§ÿåSËlÎS^¢¸?T¨¥T©ÿ-+-Sw èÿ:)yׯ
Works fine for me with HTML-kit too. ----- Original Message ----- From: "Chris McDonough" <chrism@digicool.com> To: "Georg Rellensmann" <G.Rellensmann@gmx.de>; "ZOPE mailinglist" <zope@zope.org> Sent: Saturday, March 10, 2001 6:23 PM Subject: Re: [Zope] Editor for 2.3 ftp/webdav
How does it break? It seems to work fine under WebDrive, Cadaver, and IE FTP.
----- Original Message ----- From: "Georg Rellensmann" <G.Rellensmann@gmx.de> To: "ZOPE mailinglist" <zope@zope.org> Sent: Saturday, March 10, 2001 6:21 AM Subject: [Zope] Editor for 2.3 ftp/webdav
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?
thanks, -georg-fS^T¨¥-+-fS^ÎS^¢¸!¶ÚþX¬¶Ìè¥ê+fùsSYsYùb²Ø§~ó¢-¡Êè²Êh²Û(¬tÌ-
éܡا¥j×-+-²m§ÿåSËlÎS^¢¸?T¨¥T©ÿ-+-Swèÿ:)y©ç¢éÜzm§ÿåSËlÎS^¢¸?T¨¥T©ÿ-+-Sw
èÿ:)yׯ
_______________________________________________ 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 )
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-
participants (3)
-
Chris McDonough -
Georg Rellensmann -
Phil Harris