Skip to content

Instantly share code, notes, and snippets.

@suhailvs
Created September 25, 2017 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suhailvs/146f2784d0b766759390d96ca7cc2713 to your computer and use it in GitHub Desktop.
Save suhailvs/146f2784d0b766759390d96ca7cc2713 to your computer and use it in GitHub Desktop.
How to use Sublime over SSH

How to use Sublime over SSH

Installation(SFTP)

Download Package Control and use the Package Control: Install Package command from the command palette. The command palette is opened via ctrl+shift+p.

Once you run the Package Control: Install Package command, a list of packages will appear. Type in SFTP and hit enter.

Mapping a Local Folder to a Remote Folder

To map a local folder to a remote folder, right-click on it in the side bar and select the SFTP/SFTP > Map to Remote You will enter your connection parameters and a new file will be created named sftp-config.json.

Once this file has been saved, all files in that folder and all subfolders will have various operations available via the side bar context menu, editor context menu and command palette.

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment