Update Builder

I'm really struggling to make TWebUpdate work in my project using FTP.

I use Update Builder to make the Control file.

[update]
date=20/3/2021
localversion=MyApp.exe
time=15:37

[files]
count=1

[file1]
url=MyApp.exe_NEW
newversion=3.5.0.49
localversion=MyApp.exe
targetdir={app}
filesize=40760320

[application]
appupdate=1
appname=MyApp.exe
appcomps=MyApp.exe_NEW

I receive message"Update control file not found".

What should the Url look like using Ftp? There is no sample file using Ftp in the Developers Guide.
I guess the Url in the Control file and the TWebUpdate.Url should be exactely alike?

Should the Url point to the contol file or the exe file?

There is no problem uploading files to the Ftp server using Update Builder. The problem is that my application don't find the Control file.

When your TWebUpdate is configured to use FTP to download the control file, TWebUpdate.URL should be set to ControlFileName.INF

so, if there is first a change folder needed after FTP open, include that foldername, if not, directly specify the control filename.

If a problem persists, enable logging on TWebUpdate and inspect the log file to see what is actually happening.

Got it to work.

I had to reference the filename in the URL of the WebUpdate exactely as saved on the Ftp server. (External Linux)
aFileName.Inf is not the same as aFileName.INF

OMG, 10+ hours because of this :)

Ragards,
Ole