You are here

[Fixed] FileZilla: Automatically downloads latest update

4 posts / 0 new
Last post
mwayne
Offline
Last seen: 22 hours 52 min ago
Developer
Joined: 2012-01-03 09:23
[Fixed] FileZilla: Automatically downloads latest update

Adding a default filezilla.xml should do the trick:


<?xml version="1.0" encoding="UTF-8"?>
<FileZilla3 version="3.15.0.2" platform="windows">
	<Settings>
		<Setting name="Update Check">0</Setting>
	</Settings>
</FileZilla3>
Gord Caswell
Gord Caswell's picture
Offline
Last seen: 5 months 3 days ago
DeveloperModerator
Joined: 2008-07-24 18:46
FileWrite?

Rather than doing that, we likely only need to an "XML text" FileWrite to do the same. I haven't tried either way though, so I don't know if it would work.

John T. Haller
John T. Haller's picture
Online
Last seen: 14 min 51 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed a few releases ago

This was fixed a few releases ago with a default set of settings. We're not forcing it to be set for users as some may want the notification (even though it automatically downloads, which is annoying).

Any users who wish to turn this on or off, it's within Edit - Settings - Update (near the bottom of the list). Set it to Never to never check.

Sometimes, the impossible can become possible, if you're awesome!

mwayne
Offline
Last seen: 22 hours 52 min ago
Developer
Joined: 2012-01-03 09:23
Forced?

Doesn't this force it to be not set check for updates?
[FileWrite8]
Type=Replace
File=%PAL:DataDir%\settings\filezilla.xml
Find='<Setting name="Update Check">1</Setting>'
Replace='<Setting name="Update Check">0</Setting>'

Log in or register to post comments