brackets-ftp icon indicating copy to clipboard operation
brackets-ftp copied to clipboard

file in directory upload not possible

Open Wikunia opened this issue 12 years ago • 3 comments
trafficstars

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.

Wikunia avatar Jul 26 '13 19:07 Wikunia

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.

theproducer avatar Jul 27 '13 00:07 theproducer

These are my settings: brackets-ftp_1

And if I try to edit my css-file the upload fails. brackets-ftp_2

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.

Wikunia avatar Jul 27 '13 07:07 Wikunia

I'm wrote a "Remote Path" with slashes in the beginning and in the end, so that all works fine :)

Tusko avatar Sep 28 '13 09:09 Tusko