Month: September 2011

  • NppFTP 無法連線

    NppFTP 是好用文字編輯器 NotePad++ 的外掛,簡單的介面讓你可以編輯遠端伺服器上頭的文字檔案。

    剛剛遇到的問題是帳號密碼都對但是就是無法連線,按下「Show messages window」下面會出現 NppFTP – Output 視窗,看到這樣的訊息:

    [SFTP] The host key had changed, and is now:  xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
    For security reasons, connection will be stopped.

    要修正這個問題就得去把 known_hosts 裡頭關於該伺服器的 key 刪掉,位置在:

    %HOMEPATH%\Application Data\Notepad++\plugins\config\NppFTP

    重新與伺服器連線即可。