brackets-ftp
brackets-ftp copied to clipboard
FTP and SFTP integration for Adobe Brackets
Does it supported on Brackets 1.6 (mac OS) I get an error: Install/Update aborted due to the following errors: /~direction/brackets-ftp-master.zip: An unknown internal error
Hi and compliment for this extension! :) I tried to upload a folder (containing files and folders) that already exist on server, and this is the error: Error: ENOENT, stat...
See https://github.com/jasonsanjose/brackets-sass/issues/20. The brackets-sass plugin uses node to compile a .css file. This only fires a `FileSystem` `change` event http://brackets.io/docs/current/modules/filesystem/FileSystem.html and not a `documentSaved` event as used here https://github.com/theproducer/brackets-ftp/blob/master/main.js#L453. Making...
It would be great to have a two way sync so if I change a file on the server I want to have it local as well. I think there...
Just make a shortcut (for example : Ctrl-Alt-S) for upload the file.
As far as I can tell, this extension isn't currently listed either of these places: - Official extension registry - https://brackets-registry.aboutweb.com/ - Legacy wiki extension list - https://github.com/adobe/brackets/wiki/Brackets-Extensions Brackets gets...
I'm currently trying to get myself set up with the plugin but trying a few test uploads is proving fruitless. The details I've passed into the plugin are exactly the...
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...
Hi, thank you for plugin, but I can't connect to my server. I enter my server address, username, pass and root dir -> click on "Save Settings" and nothing..... I...