> For the complete documentation index, see [llms.txt](https://shoppinpal.gitbook.io/docs-shoppinpal-com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppinpal.gitbook.io/docs-shoppinpal-com/appendix/bug-in-webstorm-deployments.md).

# Bug in WebStorm deployments

File Permissions from the local file system are not synced properly to the remote box when using SFTP with WebStorm. Webstorm calls this process `Deployment`.

For example, if you had a script that could be executed because its permissions were set to `744` or `+x` on your local box, it will not work on the remote box as the permissions will not match.
