Hi All,
On the following web page:
https://sourceforge.net/projects/freefilesync/files/FreeFileSync/
Would you please fix the "Looking for the latest version? Download Changelog.txt (1.1 kB)" to show the latest revision instead of the latest change log? This is the old and it is also the expected behavior. And, giving me a change log messes up my new revisions download script really badly (it looks for the latest revision comment)
And only the source and change log are in the 6.14 directory. Would you please include the missing files?
These files are missing from FossHub too.
Many thanks,
-T
Please fix revison on source forge page
- Posts: 23
- Joined: 27 Aug 2007
- Posts: 30
- Joined: 10 Feb 2013
The FreeFileSync web site is now the primary source for updates - see viewtopic.php?t=1514
- Posts: 23
- Joined: 27 Aug 2007
Oh no! The download web site mirrors to FossHub which is a total pain in the neck to download from with a script.The FreeFileSync web site is now the primary source for updates - see viewtopic.php?t=1514drghughes
Is there an more script friendly way to download?
Good luck trying to duplicate the below from a script, especially the dynamic cookies.
wget --header='Host: files.fosshub.com' --header='User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0' --header='Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' --header='Accept-Language: en-US,en;q=0.5' --header='Referer: [404, Invalid URL: http://www.fosshub.com/FreeFileSync.html]' --header='Cookie: __cfduid=df5c4cffdb92958c5fec1d6820562977a1420013499; __utma=109354002.1937444008.1422666016.1422666016.1423372212.2; __utmz=109354002.1423372212.2.2.utmcsr=thisisudax.org|utmccn=(referral)|utmcmd=referral|utmcct=/' --header='Connection: keep-alive' '[404, Invalid URL: http://files.fosshub.com/Protected/expiretime=1424210916;badurl=aHR0cDovL3d3dy5mb3NzaHViLmNvbS9GcmVlRmlsZVN5bmMuaHRtbA==/41affbb904a577f14aeace96bc39786f8840601489dcb8f9e12de18037e1c481/FreeFileSync/FreeFileSync_6.14_Windows_Setup.exe]' -O 'FreeFileSync_6.14_Windows_Setup.exe' -c
- Posts: 23
- Joined: 27 Aug 2007
I did figure this out, if anyone wants to know