How to Set or Change the Default Text Editor in FileZilla (Windows & Linux)

Open filezilla settings

In this guide, I will show you how to set up a default text editor in FileZilla. If you haven’t configured a default editor yet, FileZilla will use your system’s default file associations.

This method works for both Windows and Linux, and I will demonstrate how to configure it for both operating systems.

How to Set a Default Editor in Windows

For this demonstration, I am going to set VS Code as the default editor.

  1. Open Settings: Navigate to Edit > Settings.
  2. Navigate to File Editing: In the sidebar, select File editing.
  3. Enable Custom Editor: Select the option “Use custom editor”.
  4. Find the Executable Path: You need to provide the full path to your editor’s executable file.
  5. Enter the Path: You can click the browse button to find the executable file (.exe) of your text editor.
  6. Save Changes: Click OK.
Set default editor in filezilla

Now, whenever you edit a file, it will open in your default editor.

Customizing File Type Associations

Right now, FileZilla will use the default editor for all file types. However, you can override this to use different editors for specific extensions. For example, here is how to set Notepad as the default editor specifically for .txt files:

  1. Go back to Edit > Settings > File editing
  2. Select File type associations
  3. Add the Association: Specify the extension followed by the path to the executable. For Notepad, the entry would look like this: txt "C:Windowsnotepad.exe"
  4. Click OK
How to set or change the default text editor in filezilla (windows & linux) 1

Now, FileZilla will open .txt files in Notepad while using VS Code for everything else.

How to Set a Default Editor in Linux (Ubuntu)

Setting a default editor in Linux follows a similar process. Here is how to set up VS Code on Ubuntu.

  1. Locate the Executable Path: In Linux, code is the standard command to launch VS Code. To find the exact path, open your terminal and type: which code.
  2. Copy the Path: The terminal will return the full path (usually /usr/bin/code).
  3. Configure FileZilla by going to Edit > Settings > File editing, select “Use custom editor,” and paste the full path you retrieved from the terminal.
  4. Click OK.

Your files in FileZilla will now open using VS Code on your Linux system.

Set a default editor in linux

That’s it. You have now successfully set and customized the default text editor in FileZilla on both Windows and Linux. This makes editing remote files faster and allows you to use your preferred editor, such as VS Code or Notepad, directly from FileZilla.

Ubuntu Server Admin

Recent Posts

Advantech AOM-2721 is now Ubuntu Certified

Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.…

5 days ago

Ruby and Rails Performance Roundup: The Backlog Edition

Yet again instead of tweets, a blog post. The backlog got out of hand -…

5 days ago

How to Deploy OpenProject on Ubuntu VPS

This article provides a guide demonstrating how to deploy OpenProject on Ubuntu VPS. What is…

5 days ago

Canonical integrates NVIDIA Nemotron 3.5 Lightning with Ubuntu for always-on AI agents

Canonical is pleased to announce that  NVIDIA’s newly introduced NVIDIA Nemotron 3.5 Lightning, an open,…

7 days ago

Xfwl4’s Second Preview Release

I’m pleased to announce the second preview release of xfwl4, Xfce’s Wayland compositor, version 4.21.1.…

7 days ago

How to Install, Secure, and Set Up MySQL on Ubuntu 26.04 LTS

If you have been using an ecommerce store to place online orders or have been…

1 week ago