FTP files upload issue

files uploaded through browser or FTP not appearing on the site. any one experience this issue ?

2 Likes

Check if the uploads folder and its files on the server have the correct permissions. The recommended permissions are 755 for the uploads folder and 644 for files. Incorrect file permissions may prevent uploaded files from appearing on the site.

I’m having the same issue. I don’t see any settings in Filezilla for permissions. Where would I see those? Thanks.

You can change file permissions in FileZilla by following these steps:

  1. Connect to your server using FileZilla.
  2. Right-click on the file or folder you want to modify.
  3. Select “File permissions…” from the context menu.
  4. A dialog box will appear where you can set permissions using checkboxes or enter a numeric value (e.g. 755 for folders, 644 for files).
  5. Click “OK” to apply the changes.