unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Bug in ange-ftp on NetBSD
@ 2002-05-18 23:47 Jesse Sheidlower
  2002-05-18 23:55 ` Vivek Dasmohapatra
  0 siblings, 1 reply; 2+ messages in thread
From: Jesse Sheidlower @ 2002-05-18 23:47 UTC (permalink / raw)



I was having some problems using ange-ftp to get to a
NetBSD system, and after a trying a bunch of different
things, eventually asked my sysadmin, who replied:

-----
The problem is that ange-ftp uses a nonstandard way of getting
directory information that doesn't work with NetBSD's ftpd.  This
is an open issue with NetBSD - it's in their bug database as:

  http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=12667

The problem is that ange-ftp sends "ls -al <directory>" to show directory
contents, which works with most FTP servers but isn't really part
of the protocol.  It became unsupported "by accident" when we
switched to lukemftpd last year, because lukemftpd parses the "ls"
command internally instead of just invoking a subshell to call /bin/ls.

It would be nice if someone fixed ange-ftp to be a little smarter
about this stuff.  It would work fine if they left off the directory
name (i.e. chdir'd to the directory before sending "ls -al").  Is the
package still being maintained?
-----

So, I hope that this can be fixed for future versions of GNU Emacs.
In the meantime, could you recommend to someone entirely ignorant
of LISP a way of patching this so it works?

Thanks, hope this helps.

Jesse Sheidlower
<jester@panix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug in ange-ftp on NetBSD
  2002-05-18 23:47 Bug in ange-ftp on NetBSD Jesse Sheidlower
@ 2002-05-18 23:55 ` Vivek Dasmohapatra
  0 siblings, 0 replies; 2+ messages in thread
From: Vivek Dasmohapatra @ 2002-05-18 23:55 UTC (permalink / raw)


jester@panix.com (Jesse Sheidlower) writes:

> So, I hope that this can be fixed for future versions of GNU Emacs.
> In the meantime, could you recommend to someone entirely ignorant
> of LISP a way of patching this so it works?

Try tramp - it's ange-ftp taken to the next logical step, and is 
generally very cool (plus it can run over ssh - no more nasty insecure 
ftp access).

    http://sourceforge.net/projects/tramp/

-- 
"I don't suffer from insanity, I enjoy every moment of it" - Anon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-18 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-18 23:47 Bug in ange-ftp on NetBSD Jesse Sheidlower
2002-05-18 23:55 ` Vivek Dasmohapatra

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).