http://drupal.org/project/storage_api

Looks like Storage API may now be a good solution for handling the actual data transfer.

Comments

coderintherye’s picture

Status: Active » Postponed

After looking into the storage api module, it seemed that as for the data transfer itself it isn't offering much over what is in the code here already. However, the abstractions would allow for more easily integrating a save via ssh/scp feature as well as saving to Amazon S3.

For now though, I'm going to postpone this until I can see some examples of the storage_api in action as I'm still a bit confused on how to properly implement it. It looks like I would programmatically create a class and a container and then funnel the files through the class, but w/o example code just don't know for sure.