Trace DeCoy
Trace DeCoy

Reputation: 659

SFTP in Sublime Text 3 not working

I'm having the strangest problem.

On a fresh Sublime Text 3 installation, I'm trying to get SFTP (wbond) to function.

I've tried following the documentation, but can't get it to work. I've followed this to a tee, but for some reason my installation acts differently to the same input.

I've installed package manager, sidebar enhancements and SFTP from wbond.

In the linked Youtube video, when he goes to "browse" an FTP server and there isn't one setup, it jumps to a new file automatically where he can input his data. Mine just pastes the content of this file directly into the document I'm in.

If I create a new document, go File > SFTP/FTP > Setup Server... and input my FTP data (that works perfectly fine in clients such as Filezilla) and save, nothing happens.

If, afterwards, I go File > SFTP/FTP > Browse Server... I get a popup asking me to setup a new server, even though I just did.

I feel like I'm not seeing the forest for the trees here, and I'm probably missing something simple.

Any help you can provide is greatly appreciated.

Upvotes: 3

Views: 2231

Answers (1)

Kangarooo
Kangarooo

Reputation: 228

File turns out needs to be saved in

%USERPROFILE%/AppData/Roaming/Sublime Text 3/Packages/User/sftp_servers/

folder.

It can be accessed in Sublime 3 clicking Preferences->Browse packages...

Upvotes: 2

Related Questions