Subject: Re: emacs' ange-ftp doesn't work with the ftp client in -current
To: Laine Stump <laine@MorningStar.Com>
From: Brian Baird <brb@brig.com>
List: current-users
Date: 05/07/1997 08:56:12
I had to change ange-ftp so that is starts ftp with command line
editing disabled and had to disable the progress bar stuff:

(setq ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v" "-e"))
(add-hook 'ange-ftp-process-startup-hook
          '(lambda ()
;            (ange-ftp-raw-send-cmd proc "passive on")
             (ange-ftp-raw-send-cmd proc "progress off")))


With these changes, Emacs-19.34 ange-ftp works fine on a NetBSD/i386
Mar 24 snapshot.

> I just installed the March 24th 1.2D snapshot (i386) on a disk and was
> trying some things out. I found that the ftp client no longer works
> properly with ange-ftp in emacs.

-- 
Brian Baird				Brig Systems, Pleasanton CA
brb@brig.com				+1 510 484 1342