emacs tramp모드 에러

kimes의 이미지


emacsw32 에 기본적으로 있는 tramp(2.0.55버젼)모드를 이용해서
ssh접속해서 편집하려고 하는데요,
(윈도우에 ssh가 없어 putty 에 plink를 이용했습니다.)

계속 아래와 같은 에러가 나네요~
접속은 잘된것 같은데요.

음.. 혹시 같은 경험해 보신분있나요?

tramp: Found remote shell prompt.
tramp: Initializing remote shell
Loading time-date...done
tramp: Waiting 30s for remote `/bin/sh' to come up...
tramp: Setting up remote shell environment
tramp: Checking remote host type for `send-process-string' bug
tramp: Determining coding system
tramp: Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1; export HISTFILE; export HISTSIZE'
tramp: Waiting 30s for `set +o vi +o emacs'
tramp: Waiting 30s for `unset MAIL MAILCHECK MAILPATH'
tramp: Waiting 30s for `unset CDPATH'
tramp: Setting shell prompt
tramp: Remote `/bin/sh' groks tilde expansion, good
tramp: Finding command to check if file exists
Error in post-command-hook: (error Couldn't find remote `ls' command) [2 times]
tramp: Opening connection at plink using nil...
tramp: Waiting for prompts from remote shell
tramp: Waiting 60s for prompt from remote shell
Error in post-command-hook: (error Couldn't find remote `ls' command)

.emacs에는 아래와 같이 설정했습니다.

(require 'tramp)
(setq tramp-default-method "plink")
kimes의 이미지

plink 말고 ftp는 잘되네요..
plink 로 성공하신분들 없나요? :(