While I was uploading 50 MB of executable files to my code repository this morning, I realized that there had to be a better way to store my executables. Github is great as a code repository, but it's not suitable for storing megabytes of binaries. (All version control tools have this problem.)
Today I set up an anonymous FTP site that will host the executable files that I generate for the FMRD-Desktop application and other open-source projects that I develop. You can access the site at
http://www.src-development.net
And follow the link to the public FTP site. From there you need to enter the following username/password:
Username:
anon...@src-development.netPassword: <any password>
If you wish to use a FTP client like FileZilla or SmartFTP, the server name is
ftp.src-development.net with the above username/password combination.
Please use this site to access the project executables. I will remove the executable files from the code repository later today or tomorrow.