0

I want to transfer a folder containing different types of file from my server to Rackspace File Cloud using Rackspace File Cloud API for PHP.

Can i transfer a folder to Rackspace File Cloud? What is the corresponding php code for it?

Sitansu
  • 107
  • 1
  • 3

1 Answers1

0

Cloud Files API and documentation is located here.

I believe that as Cloud Files is an object storage system, you'd create a Container to represent the folder, then transfer the individual files as Objects.

phoebus
  • 8,370
  • 1
  • 31
  • 29