1,安装
默认安装FileZilla_server1.1.0程序,安装完之后配置账户信息,默认的账户信息存储在
C:\Windows\System32\config\systemprofile\AppData\Local\filezilla-server 目录下;
2,FTP安装包安装在 xampp 目录下,
安装后的文件目录:
3,服务列表中卸载FTP服务;
4,命令行安装服务,重中之重!!!
①
sc create "FileZillaServer" binpath= "\"d:\xampp\FileZillaFTP\filezilla-server.exe\" --config-dir= \"d:\xampp\FileZillaFTP\config\"" displayname= "FileZillaServer"
安装之后,服务列表中就生成了 FileZillaServer 服务;
必须指定配置文件的目录,如果不指定,那么将FTP的安装之后的包复制到其他服务器之后,就会没有用户信息;
②将 C:\Windows\System32\config\systemprofile\AppData\Local\filezilla-server 目录下的用户信息复制到 FTP的安装目录下,即:
③然后在服务列表中启动 FileZillaServer 服务;
大功告成!
参考网址:
https://forum.filezilla-project.org/viewtopic.php?f=6&t=54066
https://forum.filezilla-project.org/viewtopic.php?f=6&t=53944&p=178234&hilit=filezilla+server+config+converter&sid=d6812ebb8e072dc23d4bae3cf7a5708a#p178234