在我的Mac上,我通过VirtualBox加载一个UbuntuVM14.04LTS。在里面,我加载了火狐浏览器和FireFTP插件。在没有改变我的Mac或Ubuntu上的任何设置的情况下,经过几年的所有工作之后,我的FireFTP插件突然说:“无法连接。请再试一次。”即使发生了这种情况,我也可以通过命令行将SSH放入主机,并通过FileZilla使用SFTP。这些主机有可选的SFTP端口,我确保了端口的正确设置。我也可以很好地从Ubuntu浏览网页。
一切都试过了,结果是:
我在FireFTP插件中打开了完全调试,它向我展示了以下内容:
DEBUG: ({account:"", host:"", port:"", login:"", password:"", anonymous:false, security:"sftp", pasvmode:true, ipmode:false, treesync:false, localdir:"", remotedir:"/var/www", webhost:"", prefix:"", downloadcasemode:0, uploadcasemode:0, encoding:"UTF-8", notes:"", timezone:0, folder:"", privatekey:"", protocol:"ssh2"})
DEBUG: gConcurrent:1, gMaxCon:10, gRefreshMode:true, gTempPasvMode:true, gLoadUrl:false, fileMode:n/a, protocol:ssh2, hiddenMode:true, keepAliveMode:true, networkTimeout:30, proxyHost:, proxyPort:0, proxyType:, activePortMode:n/a, activeLow:n/a, activeHigh:n/a, reconnectMode:true, sessionsMode:true, timestampsMode:false, useCompression:true, integrityMode:true, userAgent:Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0
Debug: this._transport.use_compression is not a function
paramikojs.SSHClient.prototype.connect@chrome://fireftp/content/js/connection/paramikojs/client.js:321:5
ssh2Mozilla.prototype.connect@chrome://fireftp/content/js/connection/ssh2.js:133:24
connect@chrome://fireftp/content/js/connection/ftpController.js:98:3
oncommand@chrome://fireftp/content/fireftp.xul:1:1
Unable to make a connection. Please try again.
Unable to make a connection. Please try again.
Debug: this._transport.use_compression is not a function
paramikojs.SSHClient.prototype.connect@chrome://fireftp/content/js/connection/paramikojs/client.js:321:5
ssh2Mozilla.prototype.connect@chrome://fireftp/content/js/connection/ssh2.js:133:24
baseProtocol.prototype.reconnect@chrome://fireftp/content/js/connection/baseProtocol.js:236:5
baseProtocol.prototype.onDisconnect/func@chrome://fireftp/content/js/connection/baseProtocol.js:191:33
Unable to make a connection. Please try again.
Unable to make a connection. Please try again.
发布于 2016-06-20 17:16:50
Mozilla网站上的FireFTP插件评论页面上的最新报告说,最新版本已经坏了。我回到了2015年的最后一个版本,并再次投入使用。下面是操作步骤:
https://askubuntu.com/questions/789396
复制相似问题