Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zftp and Ange-ftp ?
- X-seq: zsh-users 7704
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zftp and Ange-ftp ?
- Date: Sat, 17 Jul 2004 09:33:25 -0700 (PDT)
- In-reply-to: <plop87k6x3eja2.fsf@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <plop87k6x3eja2.fsf@xxxxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author