Green
Green

Reputation: 30805

How to install SFTP plugin in Sublime Text 3 on Windows 7 64bit

I cannot install ST3's SFTP plugin on Windows 7 64bit. It is installed but all its menus are greyed out, not active.

I read support. It says:

To fix this, please perform the following:

Open Preferences > Browse Packages… Navigate into the SFTP/ folder and

open SFTP.py in Sublime.

I open Browse Packages... as written but there is no SFTP/ folder in Sublime Text 3\Packages folder thet is opened. Neither in Sublime Text 3\Packages nor in Sublime Text 3\Packages\User. I only have two folders there:

\Sublime Text 3\Packages\Package Control
\Sublime Text 3\Packages\User

What do I do wrong? How may install or set the plugin correctly? On my computer the mentioned directory located here C:\Users\user\AppData\Roaming\Sublime Text 3\Packages\. May ST3 install plugin to some other directories?

Upvotes: 1

Views: 19054

Answers (4)

Francisco Romero
Francisco Romero

Reputation: 13199

From Package Control (Cntrl + Shift + p as shortcut) you can do:

  • Search for Package Control: Install Package
  • Search SFTP and install it

And you will have your SFTP plugin installed correctly, without having to add any repositories.

Upvotes: 0

TeChn4K
TeChn4K

Reputation: 2405

Only testing version of the SFTP plugin works in Sublime Text 3.

How To :

  1. Run "Package Control: Add Repository" command

  2. Paste "http://sublime.wbond.net/testing/packages.json" (official repo)

  3. Install or upgrade SFTP plugin from the Package Control

Done ;)

Upvotes: 4

Dennis van Deenen
Dennis van Deenen

Reputation: 31

Had troubles finding the folder... Turned out it was located at c:\Users\PROFILENAME\AppData\Roaming\Sublime Text 3\

Though I can't get the package to work properly ><

Upvotes: 1

Green
Green

Reputation: 30805

SFTP doesn't work in Sublime Text 3. At least on Windows 7 64 bit. But it works fine in Sublime Text 2. So I uninstalled ST3, installed ST2 and installed SFTP plugin. And am quite happy.

Upvotes: 3

Related Questions