Mobile app version of vmapp.org
Login or Join
Gonzalez347

: Is there a CDN for large files that doesn't need a manual upload? I have a MaxCDN account. I am using their pull zones and it works perfectly (they autoamtically download .css, .js etc from

@Gonzalez347

Posted in: #Cdn

I have a MaxCDN account. I am using their pull zones and it works perfectly (they autoamtically download .css, .js etc from my server)

Now I would like to use the cdn for large file too, but MaxCDN's Push Zones requires me to manually upload the files.

Is there a CDN that automatically grabs large files?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Gonzalez347

2 Comments

Sorted by latest first Latest Oldest Best

 

@Shakeerah822

Amazon AWS service has an API: aws.amazon.com/ I don't think that there's a service that can "grab" files, but there are clients that work like FTP which you can use to upload, or, you can write a code that will automate the upload.

10% popularity Vote Up Vote Down


 

@Kaufman445

My only experience is with big CDN providers like Akamai and Limelight. For them, you simply setup a new CNAME to them and have the CDN point to an origin domain to automatically pull all the files when there's a cache miss.

For example, on your site you display this:

mycdnfiles.mysite.com/mybigimage.png

That domain is a CNAME to the CDN. On the CDN you specify the origin for your files which means the CDN will go here, for example, to get the content:

origin.mysite.com/mybigimage.png

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme