I am working on getting all my client files moved from VPS server to Rackspace Cloud Files. Since there is about 2 GB to be transferred, I am looking for a good tool to perform the task.
One way to get this done would be to use Rackspace API and write a script to read from the location and create/upload files to Rackspace Cloud.The problem being that the script times out, plus this does not seem like a browser task.
Is there a tool / script which could be used to 'read' from a particular local/remote folder and create a container with the same folder name and transfer files from the folder to relevant container.
Thanks for your time