Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What service do you use to distribute software? [closed]

I work for a medium sized software company and have been put to the task of finding a new way of electronically distributing our software. We don't have a super fast connection to distribute it ourselves so it would need to be a solution that we can upload to and send out links to customers. The customers won't be purchasing our software from our website as we already do most of our sales from direct sales and partner sales. Since I joined the company we have grown from CD distribution sized downloads to DVD sized distribution downloads. We released a new version and find the YouSendIT Service to be clunky and 99% of our customers receive a link to download the software. We only send out a printed media if requested. Is there a service besides yousendit that allows for unlimited file size uploads/downloads. I have heard of drop.io and it seemed to be similar to yousendit. If you could please point me in the direction of Electronic software distribution system that is 3rd party hosted would be appreciated.

Thanks

Mike

like image 708
Mike Charette Avatar asked Oct 07 '09 19:10

Mike Charette


2 Answers

You should look into Content Delivery Networks, such as Amazon CloudFront.

like image 149
Martin v. Löwis Avatar answered Nov 05 '22 20:11

Martin v. Löwis


You might want to reconsider the way you are going about this.

If you software is open source, you should be using sourceforge. Otherwise you should just get a cheap hosting plan with lots of transfer bandwidth.

For example, godaddy has an unlimited account (unlimited transfer, unlimited space) for about $14.95 per month.

You point a sub domain i.e. download.rivageek.com to that server. This gives your users confidence when they download your application.

If they have to go to some ad laden 3rd party site they might think twice about giving you money. If you lose only 1 customer to that, it pays for itself (assuming you charge more than 14.95 for your product).

The fine print on many of those 3rd party sites mean they own whatever you upload as well.

like image 36
Byron Whitlock Avatar answered Nov 05 '22 20:11

Byron Whitlock