ftp下载文件失败get: Access failed: 550 Failed to open file. (t1.log)
Posted xiluhua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ftp下载文件失败get: Access failed: 550 Failed to open file. (t1.log)相关的知识,希望对你有一定的参考价值。
get: Access failed: 550 Failed to open file. (t1.log)
原因是被SELinux安全访问控制策略限制了。 科普: SELinux(Security-Enhanced Linux) 是美国国家安全局(NAS)对于强制访问控 制的实现,在这种访问控制体系的限制下,进程只能访问那些在他的任务中所需要文件。 执行: [email protected]-1 /var/ftp/pub/tmpDir # setsebool -P allow_ftpd_full_access 1 解决!
以上是关于ftp下载文件失败get: Access failed: 550 Failed to open file. (t1.log)的主要内容,如果未能解决你的问题,请参考以下文章