Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the fastest way to upload files to Akamai?

I have an ftp directory with Akamai now and I need to upload images as fast as possible (possibly 1+ million per day)

What would be the fastest way to sync local files to an ftp site?

thanks

like image 884
James Avatar asked Aug 11 '10 23:08

James


1 Answers

Instead of FTP, use Rsync. It has lower overhead than FTP and is well suited to synchronising a large filebase.

Rsync documentation

Akamai Netstorage supports Rsync as an upload method. It may need to be enabled in the Akamai control panel - whoever administers your Netstorage user accounts can enable it.

Rsync is included in all Linux distributions, if you are on Windows you can get it as part of cygwin.

like image 191
Matt Avatar answered Oct 11 '22 17:10

Matt