我在Windows 7上运行了filezilla ftp服务器
我已经运行了emacs w32客户端(GNU Emacs 23.1.50.1)
我的〜/ .emacs配置文件包含:
M-x (setq ange-ftp-ftp-program-name "C:/cygwin/bin/ftp.exe") ;;http://www.emacswiki.org/emacs/AngeFtp -> ftp://ftp.gnu.org/old-gnu/emacs/windows/contrib/ftp-for-win32.zip
M-x (setq tramp-default-method "ftp")
但我无法连接到我的localhost,但
explorer ftp://mycustomlogin:mycustonpassword@localhost
工作正常并显示文件夹内容,因此ftp服务器运行良好。
如果我试图执行
M-x load-file RET /mycustomlogin@localhost:/index.php
它提示我登录。在filezilla日志中,我看到登录被接受,然后我被要求输入迷你缓冲区中ftp.exe的密码,然后再次在ftp连接缓冲区中。
问题是我无法从windows 连接到ftp服务器,整个程序,在linux上运行ubuntu非常顺利。 有没有人试图在emacsw32上这样做并为他/她工作?
有一个问题的屏幕