theproducer / brackets-ftp

FTP and SFTP integration for Adobe Brackets
45 stars 15 forks source link

file in directory upload not possible #4

Open Wikunia opened 11 years ago

Wikunia commented 11 years ago

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.

theproducer commented 11 years ago

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.

Wikunia commented 11 years ago

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.

Tusko commented 11 years ago

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