All-Aircraft-Simulations
Auto-Updater software for my MOD? - Printable Version

+- All-Aircraft-Simulations (https://allaircraftsimulations.com)
+-- Forum: Off Topic (https://allaircraftsimulations.com/forumdisplay.php?fid=275)
+--- Forum: Open Forum (https://allaircraftsimulations.com/forumdisplay.php?fid=342)
+--- Thread: Auto-Updater software for my MOD? (/showthread.php?tid=73123)



Auto-Updater software for my MOD? - KG64_Cnopicilin - 11.03.2011

Hello!

I've uploaded another version of my CoD 4 mod to strategyinformer, but today somebody had found a bug in it.
I am sick of constantly uploading new versions of the mod and filling the site with them, so I thought if it could be updated with a
shortcut like UP update and restore.

Does anybody know how I could update one folder from a server when the server-side folder gets new stuff in it?

Thanks!


Re: Auto-Updater software for my MOD? - Planemad - 11.03.2011

Well you could ask the UP guys how they did it, that would be your best bet :wink:

Or download an .EXE program to make files into .EXE's :wink:

Planemad


Re: Auto-Updater software for my MOD? - {HVY-E}Jinxx - 11.03.2011

You'll need to have a dedicated FTP that the program can pull files from.
Then write yourself a program in either Java, VB or one of the C languages to access the FTP site, compare the source files with the destination and do the transfers/installations.

S!


Re: Auto-Updater software for my MOD? - KG64_Cnopicilin - 11.03.2011

So there are no ready solutions? I havent coded programs before.