zoukankan      html  css  js  c++  java
  • windows 下使用 Filezilla server 搭建 ftp 服务器

    windows 下使用 Filezilla server 搭建 ftp 服务器 

    1. Filezilla server 免费,开源, ftp 服务端

    2. 下载安装, windows  https://filezilla-project.org/

    3. 安装完成之后,在桌面点击 filezilla server 图标,打开管理器,,登陆,默认ip 127.0.0.1,端口,默认14147; 密码,默认无

    4. 在管理中心配置 访问用户,ftp主目录,权限,即可

    5. 在本机测试ftp访问, 浏览器 ftp://127.0.0.1  输入上面管理中心添加的用户名和密码,即可访问指定的ftp目录

    7:局域网其他机器访问ftp, 需要ftp服务器的防火墙,添加允许 filezillaServer.exe程序

      防火墙配置:

       window防火墙----允许程序或功能通过windows防火墙------ 允许运行另一个程序----浏览----找到filezillaserver安装目录下的fileZillaServer.exe -----添加----确定

       然后,在局域网的另外一台机器,测试访问即可;

  • 相关阅读:
    2.13 day 10
    2.12 day9
    Mongo基础知识
    给mongodb设置密码
    前端框架
    SecureCRT的一些设置
    node 服务器框架
    python 知识博客
    数据库记录
    有用的网站
  • 原文地址:https://www.cnblogs.com/cocoajin/p/4050949.html
Copyright © 2011-2022 走看看