安装Filezilla Server遇到的问题笔记
1、警告提示You appear to be behind a NAT router. Please configure the passive mode settings and forward a range of ports in your router.
遇到问题截图
解决办法
①点击Edit->点击Setting
②选择Passive mode settings
③填写Use custom port range(1000-10050)
④填写Use the following IP(本机地址)
参考链接: https://blog.csdn.net/BobYuan888/article/details/83654759
https://www.miandns.com/docs/cloud/11.html
保存后,不在提示该警告
2、警告提示Warning: FTP over TLS is not enabled, users cannot securely log in
遇到问题截图:参考上面的图片。
解决办法:
①点击Edit->点击Setting
②选择FTP over TLS settings
③点击Generate new certificate
④Key size可以随意选择
⑤其他信息随意填写
参考:https://segmentfault.com/a/1190000009033181 (有点详细哟,安装可参考这个)
保存后,不在提示该警告