# vsftpd Access NFS Shared Directory

### Issue
When putting files into an NFS shared directory, I get an "Access failed: 553 Could not create file." error.

### Solution
1. `setsebool -P ftpd_full_access 1`
2. Make sure the mounted directory has the correct ownership.

