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

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

Re: [h-e-w] Ange-ftp, Win2000


From: Richard M. Heiberger
Subject: Re: [h-e-w] Ange-ftp, Win2000
Date: Mon, 7 Jan 2002 14:31:34 -0500 (EST)

I also discovered that the cygwin ftp doesn't work.  Here are the relevant
lines from my site-start.el

;; bug in cygwin.  cygwin/bin/ftp (GNU inetutils) 1.3.2
;; doesn't work correctly with ange-ftp in emacs 21.0.105
(setq ange-ftp-ftp-program-name        ;; works with emacs 21 and ange-ftp
      (if (w32-using-nt) 
          "c:/winnt/system32/ftp.exe"  ;; nt and w2000
        "c:/windows/ftp.exe"))          ;; 95/98/ME

Rich



reply via email to

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