使用 FileZilla 和 SFTP 上传的文件缺少权限

使用 FileZilla 和 SFTP 上传的文件缺少权限

我在 sftp 中使用 chroot。它运行正常,但使用 FileZilla 上传的文件存储时没有任何权限(基本上是 000)。

---------- 1 cwsftp sftp 4364328 Jan 19 16:02 hygq8KAZ3seC.128.mp3

这是我的设置sshd_config

Subsystem sftp internal-sftp

Match Group sftpusers
        ChrootDirectory /sftp/%u
        ForceCommand internal-sftp
        X11Forwarding no
        AllowTcpForwarding no

我已经尝试添加-u 0002类似的东西,但没有效果。

答案1

这是 FileZilla 3.10.0-beta3 至 3.10.0.1 中的一个已知错误。

https://forum.filezilla-project.org/viewtopic.php?t=34953

升级到 3.10.0.2 或更高版本。或者使用其他 SFTP 客户端。

相关内容