When saving a site in the Silex editor (not publishing), Silex tries to upload files into a src/ folder.
If this folder does not already exist on the FTP server, saving fails with error:
553 Could not create file
Steps to reproduce
- Create a new site in Silex
- Configure an FTP connector with an empty target folder
- Make any change in the editor and save
- Error
553 Could not create file appears
Expected behavior
Silex should automatically create the src/ folder if it doesn’t exist.
Workaround
Manually create a src/ folder on the FTP server before saving.