help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple ftp clients using ange-ftp?


From: Kai Grossjohann
Subject: Re: Multiple ftp clients using ange-ftp?
Date: Tue, 16 Dec 2003 23:51:52 +0000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

"Andrew Koenig" <ark@acm.org> writes:

> I use ange-ftp to access files on a variety of machines.  I would
> like to be able to use /usr/bin/ftp for some machines and
> /usr/bin/sftp for others.

I think Ange-FTP won't work with sftp because the output from that
program is slightly different from the output of the real ftp program.

For example, typing "dir" into an ftp client will print these two
lines:

229 Entering Extended Passive Mode (|||30318|)
150 Here comes the directory listing.

Then comes the dir listing.  Then comes another line:

226 Directory send OK.

These numbered lines are missing in sftp.

Advertisement alert: You could try Tramp, though, which uses ssh to
connect to the remote host.  It can use scp to transfer the files, or
it can transfer the files directly through the shell connection using
UU or base64 encoding.

Kai


reply via email to

[Prev in Thread] Current Thread [Next in Thread]