目的:建立FileZilla Server文件服务器。
环境:FileZilla Server 1.8.1, Windows11。
安装前的准备工作,下载软件安装包:FileZilla_Server_1.8.1_win64-setup.exe;
下载地址:Download FileZilla Server for Windows (64bit x86) (filezilla-project.org)
安装步骤如下:
step1:双击 FileZilla_Server_1.8.1_win64-setup.exe,启动安装;
step2:
Step3:
Step4:
Step5:
Step6:
Step7:建议输入密码,密码:123;
Step8:
Step9:
Step10:启动服务程序,点击“Connect to Server.....”
配置文件服务器,添加Group和User; 添加Add 一个Groups名称 RDGroup,对应的Virtual path:/rdf, Native path:d:\temp\RDGroup\ . 注意确保存在d:\temp\RDGroup这个目录。
添加User,用户名为:myftp, 密码:myftp,对应的Virtual path:/rdf/myftp, Native path:d:\temp\RDGroup\myftp . 注意确保存在d:\temp\RDGroup/ftp这个目录。
客户端使用了portable的filezilla,测试如下:
注意事项:
FTP server path must be absolute
故障现象:FileZilla server ,在设置FTP目录时,报path is not absolute
解决方法:
virtual path使用/
Native path使用\
virtual path直接使用/即可
例如:
Virtual path /a/
Native path c:\a\b
FileZilla Server 1.8.1的Groups和Users
- Groups对应有文件目录;
- Users有对应的文件目录;
- Users可以属于某个Groups,Users除了可以看到自己的目录,也可以看到所属的Groups目录下的所有东西。