1

I tried creating vsftp server on Rhel 8 and centos. My ftp Users can login into server but only sed list of directory's and are able to navigate to any directory.

User cannot create directory or file User cannot see any files in any directory.

I chnage chmod 777 And changed ownership but nothing works

Harry
  • 33
  • 4
  • Stack Overflow is for programming questions. You should probably ask this question on Server Fault. – Dirk Feb 02 '20 at 16:29

1 Answers1

0

It was selinux config I had to change under /etc/selinux/config

changed enforcing to disable

Harry
  • 33
  • 4