我在我的 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")
但我无法连接到我的本地主机,但是
explorer ftp://mycustomlogin:mycustonpassword@localhost
工作正常并显示文件夹内容,因此 ftp 服务器运行良好。
如果我尝试执行
M-x load-file RET /mycustomlogin@localhost:/index.php
它提示我登录。在 filezilla 日志中,我看到登录已被接受,然后我被要求在 minibuffer 中输入 ftp.exe 的密码,然后再次在 ftp-connection 缓冲区中输入密码。
问题是我无法从 windows 连接到 ftp 服务器,整个过程在 linux ubuntu 上完成得非常好。有没有人尝试在 emacsw32 上这样做并为他/她工作?
有画面的问题