After several unsuccessful tries, I now seem to have tramp working on a Windows 2K operating system, with NTemacs 21.2.1 and tramp 2.0.38 (version 39 was not available at temporary download site ftp://ftp.gnu.org/savannah/files).

However, for some reason, tramp is unexpectedly using FTP to make the connection to our unix workstation. I am trying for one of the secure methods (I don't care which one as long as it is a secure channel).

Here are the ange-ftp and tramp sections from my .emacs file:

;;; ANGE-FTP
;;         To allow ange-ftp to make backups on remote system. Thanks to
;;         Kai Grossjohann <[EMAIL PROTECTED]> for suggestion.
(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(ange-ftp-make-backup-files t)
 '(baud-rate 56000)
 '(blink-cursor nil)
 '(fontset-default-styles nil)
 '(scroll-conservatively 5))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(makefile-space-face ((((class color)) nil)))
 '(paren-face-no-match ((((class color))
                         (:background "black" :foreground "red")))))

;;; TRAMP
;; [EMAIL PROTECTED]
;
;(require 'tramp)
;;
;; for debugging
(setq tramp-debug-buffer t)
(setq tramp-verbose 10)
(setq tramp-auto-save-directory "c:Documents\ and\ Settings/jack/My\ Documents"
      tramp-default-method "ssh")

I am not getting any error messages. There is no tramp debug buffer. The message buffer contains:

Password for [EMAIL PROTECTED]: .
Password for [EMAIL PROTECTED]: ..
Password for [EMAIL PROTECTED]: ........
Opening FTP connection to nost...done
Logging in as user [EMAIL PROTECTED]
Getting PWD...done


Jack Saba




_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel

Reply via email to