使用Filezilla通过sftp连接到vps

时间:2016-07-04 15:05:41

标签: ftp sftp ftp-client filezilla

编辑开始:我的问题之前的一些背景:

我曾经使用FileZilla

连接到我的vps

现在,我在服务器上进行了do-release-upgrade,但无法与FileZilla连接。但是我没有在我的笔记本电脑上更改FileZilla中的任何参数,所以我猜这个问题来自我的服务器,但是如果您认为它是FileZilla问题并且我宁愿检查FileZilla论坛,请告诉我。

编辑结束

我尝试使用sftp连接到我的服务器。在命令行中,

sftp -P 22 username@xx.xxx.xx.xxx

运行正常。但是使用FileZilla,我得到了

Response:   fzSftp started
Command:    open "username@xx.xxx.xx.xxx" 22
Error:  Connection timed out
Error:  Could not connect to server

我错过了什么?

1 个答案:

答案 0 :(得分:-1)

Command:    open "username@xx.xxx.xx.xxx" 22

这应该只是

Command:    open xx.xxx.xx.xxx 22

用户名在后续阶段发送,并且在Filezilla配置中可能有不同的字段:

screenshot