找回密码
 新建账号

Server error: Protocol versions don't match

[复制链接]
 楼主| php 发表于 2022/7/21 00:10 | 显示全部楼层 |阅读模式
filezilla-server-gui Server error: Protocol versions don't match

Make sure client-side filezilla-server-gui and server-side filezilla-server are of the same version, otherwise a Server error: Protocol versions don't match is occurred when you connect to a remote filezilla server with local filezilla-server-gui. On windows filezilla-server-gui is named filezilla-server-gui.exe and filezilla-server is named filezilla-server.exe.

If you manage filezilla server locally, this error won't happen.

By default the filezilla server is only accessible by the filezilla server administration client AKA filezilla-server-gui locally, but you can configure to make it accessible by add the following settings to the <admin> element into the configuration file settings.xml.
  1. <listener>
  2.         <address>::</address>
  3.         <port>58920</port>
  4.         <tls_mode>2</tls_mode>
  5. </listener>
  6. <listener>
  7.         <address>0.0.0.0</address>
  8.         <port>58920</port>
  9.         <tls_mode>2</tls_mode>
  10. </listener>
复制代码
58920 is the port number, you can change it to another one, and don't forget to allow the port in the system firewall settings.
You can download filezilla server at its official website https://filezilla-project.org/

手机版|轻松E站

GMT+8, 2024/4/25 12:24

快速回复 返回顶部 返回列表