bigeyex / brackets-sftp-upload

SFTP upload plugin for brackets
MIT License
72 stars 24 forks source link

brackets-sftp-upload

SFTP/FTP upload plugin for brackets

Features

Getting Started

  1. Open Extension Manager by clicking the building-blocky icon on the right side of Brackets;
  2. Search for sftpupload;
  3. Click Install;
  4. Click the up-side arrow icon (on the right) to open the panel;
  5. Navigate to your project, click "Server Setup" button and fill in your server info;
  6. Now you can right-click on the files in your project, use Upload via SFTP to upload it to your server;
  7. If you change and save a file within the project, it will show up in the bottom panel; you can click "Upload" to upload this file, "Skip" to skip a single file, or "Upload All" to upload all changed files to the server.
  8. Shortcuts:
    • (Ctrl-Alt-U / Cmd-Alt-U) to upload the current opening file;
    • (Ctrl-Shift-U / Cmd-Shift-U) to upload all changed files;
    • (Ctrl-Alt-Shift-U / Cmd-Alt-Shift-U) to open up Upload panel.

Notes for translators

I noticed many people wish to translate this plugin - you are welcomed!

If you are comfortable with Github, you can fork this repo, create a new folder (with language code as its name) in /nls, and put another translated String.js in the folder. Otherwise you can translate String.js in any language folder (root for English) and send me the file (along with your name).

Release Notes

version 1.3.11

version 1.3.10

version 1.3.9

version 1.3.8

version 1.3.7

version 1.3.6

version 1.3.5

version 1.3.4

version 1.3.3

version 1.3.2

version 1.3.1

version 1.3

version 1.2.4 (Thanks mhentgesarrow!)

version 1.2.3

version 1.2.2

version 1.2.1

version 1.2

Notes for developers

This repo does not include required node modules! For extension developers, please run

npm install

in the /node folder.

Contributors

@bigeyex @danielkratz @mhentgesarrow @dedo1911 @swengmatt @zarnivoop @dennistobar (Spanish Translation) @M1szelek (Polish Translation) Antoine SARRAZIN (French Translation) @marioletta (Estonian Translation) @elvis-pereira (Brazilian Portuguese Translation)