FTP with XEmacs: XEmacs has an FTP client called EFS that makes FTP sites look like a local file system. The easiest way to use it is to put an entry like the following in the .netrc file in your local directory: machine my.zope.machine#9221 login myname password mypassword (The number after the # is the FTP port, which will be different from the HTTP port. Up until Zope2b1 the default was 9221, now it is 8021, the standard is 21). To save typing in a long site name, you can get EFS to recognize an abbreviation in the same way as the normal file functions. However, EFS is only normally loaded when needed so it won't spot abbreviations the first time an FTP site is accessed. To avoid this, load EFS on startup by adding this line to your .emacs file: (require 'efs)
-----Original Message----- From: Tim Wilson [mailto:wilson@chemsun.chem.umn.edu] Sent: 13 August 1999 15:29 To: Zope Listserv Subject: [Zope] editing via ftp
Greetings Zopesters,
I understand that ZServer provides access to your Zope documents via ftp, but I don't know how to make that work. Could someone provide some specific instructions on how to use XEmacs, for example, through ftp to my Zope documents? Is it possible to use NEdit in that way? Thanks.
-Tim
-- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
########################################## This email, its content and any files transmitted with it are intended solely for the addressee(s) and may be legally privileged and/or confidential. Access by any other party is unauthorised without the express written permission of the sender. If you have received this email in error you may not copy or use the contents, attachments or information in any way. Please destroy it and contact the sender on the number printed above, via the Dresdner Kleinwort Benson switchboard on +44 171 623 8000 or via e-mail return. Internet communications are not secure unless protected using strong cryptography. This email has been prepared using information believed by the author to be reliable and accurate, but Dresdner Kleinwort Benson makes no warranty as to accuracy or completeness. In particular Dresdner Kleinwort Benson does not accept responsibility for changes made to this email after it was sent. Any opinions expressed in this document are those of the author and do not necessarily reflect the opinions of the Bank or its affiliates. They may be subject to change without notice. ##########################################
zope@zope.org wrote:
To save typing in a long site name, you can get EFS to recognize an abbreviation in the same way as the normal file functions. However, EFS is only normally loaded when needed so it won't spot abbreviations the first time an FTP site is accessed. To avoid this, load EFS on startup by adding this line to your .emacs file:
Another data point: on my vanilla Xemacs install I can do /user@host#port:<tab> in the minibuffer and get connected to Zope. Works like a charm, although EFS does a delete before uploading new copies of the file, meaning that Zope defaults the file to DTML Document, even if it was a DTML Method before. -- Cees de Groot http://www.cdegroot.com <cg@cdegroot.com>
participants (2)
-
Alex.Thomas@dresdnerkb.com -
Cees de Groot