FileZilla本身不直接设置文件权限,需通过系统命令或服务器配置实现,以下是具体方法:
ls -l
chmod
chmod 755 文件名
chown
chgrp
sudo chown username:groupname 文件名