From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12822 invoked from network); 17 Jul 2004 16:36:17 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 Jul 2004 16:36:17 -0000 Received: (qmail 16101 invoked from network); 17 Jul 2004 16:36:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Jul 2004 16:36:11 -0000 Received: (qmail 472 invoked by alias); 17 Jul 2004 16:35:26 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7704 Received: (qmail 462 invoked from network); 17 Jul 2004 16:35:26 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 17 Jul 2004 16:35:26 -0000 Received: (qmail 14807 invoked from network); 17 Jul 2004 16:33:28 -0000 Received: from unknown (HELO moonbase.zanshin.com) (167.160.213.139) by a.mx.sunsite.dk with SMTP; 17 Jul 2004 16:33:27 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.12.11/8.12.11) with ESMTP id i6HGXPSE011274 for ; Sat, 17 Jul 2004 09:33:25 -0700 Date: Sat, 17 Jul 2004 09:33:25 -0700 (PDT) From: Bart Schaefer Reply-To: zsh-users@sunsite.dk To: zsh-users@sunsite.dk Subject: Re: zftp and Ange-ftp ? In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 On Fri, 16 Jul 2004, Xavier Maillard wrote: > I just wanted to know if it is possible to tell ange-ftp (an > emacs module) to use the zftp builtin command instead of any > other FTP client and so, get rid of any other FTP client. It'd require some work. It looks as if ange-ftp wants to send standard FTP client commands, whereas zftp wants everything to be prefixed with "zftp ", and I don't see a hook anywhere in the ange-ftp lisp that would let you modify the commands sent. So you'd have to create a wrapper around the zf* functions to mimic the standard ftp command set, and even then I'm not very confident that ange-ftp would be able parse the output.