Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在家用笔记本电脑上全新安装了 cygwin 和 xemacs。我正在尝试进入 xemacs 中的软件包列表,但运气不佳。
首先,我收到一条错误消息,告诉我“ftp.XXX.com 似乎不是 pty”。按照此处的说明,我能够告诉 efs 使用 lftp,并克服了该错误。
现在我被告知:
Process not open for writing: #<process "*ftp yyy@ftp.xxx.org*" pid 9999 state:exit>
知道那里发生了什么吗?
问题与您使用的 ftp 有关。从消息中,我相信您正在尝试使用 Windows 自带的 ftp。它不起作用,因为本机 Windows ftp 不像 pty。
我可以建议的最佳解决方案是安装 ftp 的 Cygwin 端口。