Installing FTP plugin in Sublime Text 3/2

Divyanshu Jimmy
2 min readMay 30, 2017

--

Long story short

Notepad++ has NppFTP plugin but its keepAlive timeout problem for FTP connection made me to switch to Sublime Text 3 . We will install FTP plugin on Sublime Text .

Long Story

We will be using Sublime FTP — Its free trial can be used continuously with popups in between

Package control for Sublime text -

“Package Control is the Sublime Text package manager. It includes a list of over 2,500 packages available for install, and users can add any GitHub or BitBucket repository themselves. Once installed, packages are kept up-to-date automatically.”

Go to https://packagecontrol.io/installation

Copy the appropriate script as per Sublime 2/3

Open Sublime Text > View > Show console

Paste and enter the copied script, this installs Package control for Sublime Text 2/3 — restart Sublime Text.

Click Preferences > Package Control > Type SFTP and hit enter .

After this step go to File > SFTP/FTP > Setup server .

Edit the file with appropriate settings and save it with any name — but not ending with any extension .

If the server setup is successful click on File > SFTP/FTP > Browse server and select the server just created . You can perform operations using the popup visible and right click anytime to get operations dialog :

For complete list of operations visit : https://wbond.net/sublime_packages/sftp/usage

--

--