Skip to main content
added 4 characters in body
Source Link
techraf
  • 6.1k
  • 11
  • 36
  • 51

now for fedora23For Fedora23 run the command "setsebool -P ftpd_anon_write 1" "setsebool -P ftpd_full_access 1" itscommands:

setsebool -P ftpd_anon_write 1 
setsebool -P ftpd_full_access 1

It worked for me.

now for fedora23 run the command "setsebool -P ftpd_anon_write 1" "setsebool -P ftpd_full_access 1" its worked for me

For Fedora23 run the commands:

setsebool -P ftpd_anon_write 1 
setsebool -P ftpd_full_access 1

It worked for me.

Source Link

now for fedora23 run the command "setsebool -P ftpd_anon_write 1" "setsebool -P ftpd_full_access 1" its worked for me