brackets-ftp
brackets-ftp copied to clipboard
file in directory upload not possible
At first: Thanks for this extension! It would be great to make a file upload possible where the file is in another directory. My file/directory structure:
CSS
style.css
JS
script.js
index.php
I can't edit + upload style.css or script.js because there are in a different directory.
Thanks!
What is your remote path set as in the FTP Settings? It should mirror what you are working with inside your project, and if those folders don't already exist, it should create them automatically.
These are my settings:
And if I try to edit my css-file the upload fails.

But it is possible to create a directory with brackets and it will be successfully created but files in this directory will not be created.
I'm wrote a "Remote Path" with slashes in the beginning and in the end, so that all works fine :)