How to update tt-rss installation without git?

Hi,
just wondering what would be the best practice on keeping tt-rss up to date on a webspace that can only be accessed through FTP, and therefor does not offer SSH/git etc.

Downloading the entire source on a local PC and overwriting via FTP?

Thanks for any ideas…

If you can use git on your local machine, you can use git-ftp (GitHub - git-ftp/git-ftp: Uses Git to upload only changed files to FTP servers.).

I used it some years ago in your same situation, before moving to a VPS, and it worked fine.

Great idea - will give it a try. Thanks!