12

I want to set my Sublime Text path in FileZilla.

Where and how do I set the path?

1 Answers1

28

Firstly, find the path of Sublime Text by running in terminal:

which subl

The result is /snap/bin/subl in my case.

Then go to the Edit menu in FileZilla and select Preferences. In Preferences select FileType Association under the File Editing option. Then insert the Sublime Text path got from which subl command.