Most people at work can't download executables with some IT security software.
Is there a site that you know that will enclose an executable from a link to a zip file to download.
If one doesn't exist, I'll make a site tonight and host it (down the road, I'm getting new servers and moving locations)
My Plan:
1. Provide the link to the exe on the internet
2. Download the file to a very limited folder or partition with read-only access to the file.
3. With php, enclose the file using one or more zip software (tar, gzip, biz)
4. Provide the link to the user to download.
5. Accept donations :)
Any thoughts on security or viability, etc?
I think it's a niche market and it will catch on quick.
Thanks,
Dan
Is there a site that you know that will enclose an executable from a link to a zip file to download.
If one doesn't exist, I'll make a site tonight and host it (down the road, I'm getting new servers and moving locations)
My Plan:
1. Provide the link to the exe on the internet
2. Download the file to a very limited folder or partition with read-only access to the file.
3. With php, enclose the file using one or more zip software (tar, gzip, biz)
4. Provide the link to the user to download.
5. Accept donations :)
Any thoughts on security or viability, etc?
I think it's a niche market and it will catch on quick.
Thanks,
Dan
Comment