How To Set Sublime Text Editor to FileZilla as Editor ?

Reading Time: 3 minutes
14,839 Views

For connecting remote server or system, we use FileZilla in most cases. To use either in cases of FTP or SFTP we always prefer FileZilla. Inside this article we will see How to set Sublime Text Editor to FileZilla as Editor.

There are few steps which we have to follow to do this. Usually when we open remote files via Filezilla, by default it will open into it’s default text editor. But to set with sublime we have few steps.

Let’s get started.


Add File Type Association To FileZilla

Inside this step we are going to add sublime text editor setup to filezilla.

Step #1

Open FileZilla >> Go to Top Menu Bar >> Click on Edit >> Click on Settings

Step #2

We can see a option of Filetype associations under File Editing. Click on it.

Inside this option you will get a right side text area to put your editors in which you want to open files. Here, I am using Ubuntu OS 18.04, So sublime editor path for this as /usr/bin/subl.

If you don’t have idea of path, open terminal and type this command

$ which subl

It will give you the path of sublime.

Step #3

Here, I have added file types and settings editor as Sublime Text Editor.

Syntax – [file extension] [editor path]

html /usr/bin/subl
php /usr/bin/subl
js /usr/bin/subl
css /usr/bin/subl

After adding these, click on Ok button to save.

Now, when you open any file which is of type you have added above. It will open sublime editor as default editor.

We hope this article helped you to learn about i.e How To Set Sublime Text Editor to FileZilla as Editor Tutorial in a very detailed way.

Online Web Tutor invites you to try Skillshike! Learn CakePHP, Laravel, CodeIgniter, Node Js, MySQL, Authentication, RESTful Web Services, etc into a depth level. Master the Coding Skills to Become an Expert in PHP Web Development. So, Search your favourite course and enroll now.

If you liked this article, then please subscribe to our YouTube Channel for PHP & it’s framework, WordPress, Node Js video tutorials. You can also find us on Twitter and Facebook.

Sanjay KumarHello friends, I am Sanjay Kumar a Web Developer by profession. Additionally I'm also a Blogger, Youtuber by Passion. I founded Online Web Tutor and Skillshike platforms. By using these platforms I am sharing the valuable knowledge of Programming, Tips and Tricks, Programming Standards and more what I have with you all. Read more