Categories: Windows Tips

How to disable FileZilla update nag screen?

I use FileZilla a lot and I start it like ten times a day or even more. Every time it starts I get that screen that asks me to update FileZilla to latest version, but since I’m using portable version of it it’s almost impossible to do so since portable versions are often delayed etc. The same nag screen is there with the non-portable version of FileZilla and sometimes you simply don’t want to upgrade.

Disabling updates in settings simply doesn’t work and will remind you that there is an update even if this is disabled every time you start it.

To solve the problem first make sure that FileZilla is closed. Then locate it’s config file at:
..\appdata\roaming\filezilla\filezilla.xml or for portable version located at: ..\data\settings\filezilla.xml.

Open that file for editing (use some advanced editor like Notepad++ or Sublime) locate the line with value starting with: <Setting name=”Update Check New Version”>
and delete that entire line.

Save the changes. And that’s it. Now you can use your FileZilla (or FileZilla Portable) without that update nag screen and you can choose whether you want to update it and when.

Tags: nu vot

View Comments

  • Thanks, FileZilla can really be stubborn sometimes.

    I don't want to update something than works and has no obvious security issue

  • Downgrade to an old version like 2.2.32. You'll be amazed how fast and nice it is compared to more recent versions which nag you to upgrade, impose SSL and pop up the annoying downloads finished balloon. Also the latest version doesn't do anything when I try to connect. It seems to have corrupted something. Whereas 2.2.32 works flawlessly. I'll never upgrade again. A classic case of good software gone bad.

  • Deleting that config line didn't work for me in FZ 3.46.3. Author must've implemented countermeasures to make it hearder to disable the stupid nag.

  • Didn't work, got error msg
    the file 'C:\Users\[name]\AppData\Roaming\FileZilla\filezilla.xml' could not be loaded.
    Start-end tags mismatch at offset 7027.

    For this session the default settings will be used. Any changes to the settings will not be saved.

    Using 3.52.2 & was sick of seeing the "A new version of Filezilla is available" nag every time I opened it. Oh well, worth a try... will look for 2.2.32 per above suggestion (thanks for that! :). I prefer FZ portable. Thank you anyway

  • hi everyone, I know this is old, but I haven't found/googled any useful information about this. For the latest version filezilla-3.55.1, I have read its source and found out its new logical.

    First, if you disable update when compiling with FZ_AUTOUPDATECHECK=0, it will disable update check completely.

    Second, if you disable update through update OPTION (set as never or 0), it will STILL popup update notification after 6*30 days no matter what. It calculate the difference of current system date and its build date, and cannot easily bypass.

    Last, if you enable update OPTION, it will consider the update interval setting, and it won't check or popup updates within the interval days. So this is the only why to bypass the update check.

    modify the three settings in filezilla.xml to disable update for 100 years! :
    1
    36500
    2021-01-01
    3.41.2

Share
Published by
Nick

Recent Posts

How to Manage Storage on Smartphone: 12 Ways

Can't download new apps to your phone because there isn't enough storage space? Lack of…

10 months ago

Spotlight Search won’t open the files it finds in Dropbox with associated application

This issue started to appear on macOS 13 Ventura after recent Dropbox update. I would…

1 year ago

Windows 10 Search fix

Since this morning (Feb 5th 2020) search just stopped working on my Windows 10 (version…

4 years ago

The mysql_result in mysqli

Many of you have run into a problem when you were working on some old…

4 years ago

How to convert physical Windows PC into a virtual machine

After 10 years of running my main desktop computer on Windows 7 - time has…

4 years ago

How to downgrade PHP 7.4 to PHP 7.3 on VestaCP running on CentOS 7

I installed VestaCP for a clien on a new dedicated server running CentOS 7. Once…

4 years ago