I set up TRAMP to work with scp. It logs in fine, list directories and
all on the remote end. However, apparantly TRAMP think that everything is
a directory. In short, no files can be opened for remote editing:
Dired display:
-rw-r--r-- 1 ipsen mfh 831 Mar 28 12:58 model.inp
open file
couldn't find exit status of 'cd filename'
So TRAMP tries to cd to a file, instead of opening it?
Anu solutions (bug info below)
+------------------------------------------------------------------+
| Mads Ipsen |
| Dept. of Physical Chemistry | phone: +49-30-8413 5302 |
| Fritz-Haber-Institut der MPG | fax: +49-30-8413 5106 |
| Faradayweg 4-6, 14195 Berlin, Germany | [EMAIL PROTECTED] |
+------------------------------------------------------------------+
Emacs : GNU Emacs 20.7.1 (i686-pc-linux-gnu, X toolkit)
of Mon Jan 22 2001 on tobias
Package: tramp ($Id: tramp.el,v 2.0.2.2 2001/03/03 00:06:34 grossjoh Exp
$)
current state:
==============
(setq
tramp-ls-command nil
tramp-test-groks-nt nil
tramp-file-exists-command nil
tramp-current-method nil
tramp-current-user nil
tramp-current-host nil
tramp-auto-save-directory nil
tramp-default-method "scp"
tramp-rsh-end-of-line "\n"
tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"
"/usr/ccs/bin" "/local/bin" "/local/freeware/bin"
"/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin")
tramp-login-prompt-regexp ".*ogin: *$"
tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):
? *$"
tramp-wrong-passwd-regexp "^.*\\(Permission denied.\\|Login
[Ii]ncorrect\\|Received signal [0-9]+\\|Connection
\\(refused\\|closed\\)\\|Sorry, try again.\\|Name or service not
known\\).*$"
tramp-temp-name-prefix "tramp."
tramp-file-name-structure
'("\\`/r\\(@\\([a-z0-9]+\\)\\)?:\\(\\([-a-z0-9_#]+\\)@\\)?\\([-a-z0-9.]+\\):\\(.*\\)\\'"
2
4 5 6)
tramp-file-name-regexp "\\`/r[@:]"
tramp-make-tramp-file-format "/r@%m:%u@%h:%p"
tramp-end-of-output "/////"
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
backup-by-copying nil
backup-by-copying-when-linked nil
backup-by-copying-when-mismatch nil
)