# FTP - FileZilla

# 1. 说明

开启 FTP server,通过 FTP client 连接 FTP server。

# 2. 下载

到官网下载 server 和 client:

https://filezilla-project.org/ (opens new window)

# 3. server

  1. 安装

    • ./images/FileZilla_1.png
  2. 开启服务,并打开“管理员配置”

    • ./images/FileZilla_2.png
  3. 配置用户及可访问的目录

    • 开配置界面

      • ./images/FileZilla_3.png
    • 进行配置

      • ./images/FileZilla_4.png
  4. 配置登录端口、传输端口、协议

    • image-20250214140336067
    • image-20250214140530864

# 4. client

连接 server 即可:

./images/FileZilla_5.png

# 5. 注意

服务器需要开通如下 TCP 端口: (同时要关闭防火墙 或者 让指定的应用程序通过这些端口)

  • 登录端口: 22
  • 传输端口: 手动自定义的连接端口

# 6. 参考

本章目录