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.
Firstly, find the path of Sublime Text by running in terminal:
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.