温馨提示×

debian旧版filezilla在哪下

小樊
47
2026-09-13 22:08:52
栏目: 智能运维

如果你需要下载旧版本的 FileZilla(Debian / Linux 版),可以参考下面几个靠谱渠道:


一、FileZilla 官方旧版本归档(推荐)

官方提供历史版本的源码和二进制包:

  • 官网旧版本页面:
    https://filezilla-project.org/download.php?type=client
  • 历史版本(源码):
    https://download.filezilla-project.org/client/

⚠️ 注意:官方主要提供 源码包(.tar.bz2),Debian 下需自行编译。


二、Debian 官方快照仓库(最安全)

如果你想要某个 Debian 旧发行版对应的 FileZilla

  • Debian Snapshot:
    https://snapshot.debian.org/package/filezilla/

使用方法(示例):

# 查找旧版本
https://snapshot.debian.org/binary/filezilla/

# 下载 .deb 包后安装
sudo dpkg -i filezilla_*.deb

适合:

  • Debian 9 / 10 / 11 老系统
  • 需要与原系统依赖匹配

三、Launchpad(Ubuntu/Debian 可用)

如果你用的是 Ubuntu 或基于 Debian 的系统:

  • https://launchpad.net/ubuntu/+source/filezilla
  • 可下载旧 .deb

四、常见旧版本示例

Debian 版本 FileZilla 版本
Debian 9 3.24–3.28
Debian 10 3.39–3.46
Debian 11 3.52+

五、建议

  • 安全性优先:旧版 FileZilla 有已知漏洞,不建议长期联网使用
  • 若只是兼容老系统,优先用 Debian Snapshot 的 .deb

如果你告诉我:

  • Debian 具体版本(如 9 / 10)
  • 想要哪个 FileZilla 版本

我可以直接给你下载链接

0