Multiple File Copy Protocol

The Multiple File Copy protocol involves the Main Collaboration Server (MCS) sending a multiple file copy (multiCopy) ticket to the sync destination File Collaboration Server (FCS), and the destination FCS then pulling the files to be copied from the source FCS.

See Also
FCS Bucket Replication
Synchronizing Captured Stores
FCS Compressed Synchronization

The filesMap contains the list of files to be copied, data for each of which is contained in a copyItem element.

The copyItem element contains the attributes of a replicated file, including its format, the ID of the business object that owns the file, the name of the file, and the hash name at the source location/store.

   <multiCopy>
      <embededTicketMap>rO0ABX ... 2tvdXR4</embededTicketMap>
      <srcLocation>ODTStoreFIndiaLocation</srcLocation>
      <vcindex>0</vcindex>
      <store>ODTStoreF</store>
      <location>ODTStoreFAmericaLocation</location>
      <filesMap>
         <copyItem>
            <format>TXT</format>
            <boid>46720.44297.13292.3861</boid>
            <size>29635</size>
            <fileName>alpin_fir.jpg</fileName>
            <hashName>ed/4d/ed4dqpd7ne25v9rt9j9b1257iofc4mnjhrqqfxl4fxf.mbi</hashName>
         </copyItem>
         <copyItem>
            <format>TXT</format>
            <boid>46720.44297.18952.9027</boid>
            <size>66330</size>
            <fileName>axle.CATPart</fileName>
            <hashName>49/5e/495efdrqjilagk1hmvenyo-ilebvusevjc4ajdt4eh4.9fh</hashName>
         </copyItem>
         <copyItem>
            <format>TXT</format>
            <boid>46720.44297.18952.21383</boid>
            <size>805781</size>
            <fileName>base.CATPart</fileName>
            <hashName>a5/dc/a5dcnfxce2nvawsv8ntddrebty-xywsthigvb0lj8us.hwb</hashName>
         </copyItem>
      </filesMap>
   </multiCopy>
</request-data>
<locations>
   <location>
      <name>ODTStoreFAmericaLocation</name>
      <value>
         <pathPrefix />
         <externalParams />
         <fcsURL>http://HOST:PORT/ematrix/</fcsURL>
         <filterImplClass />
         <isExternal>false</isExternal> 
         <externalClassName />
         <searchURL />
         <port />
         <protocol>file</protocol>
         <path>E:/NoSave/SeagullRuntime/ev6R212Report/collab/Apps/STORE/ODTStoreF/ODTStoreFamerica</path>
         <ftpPassword />
         <ftpUser />
         <hostName>CIMI4DSY</hostName>
         <locationName>ODTStoreFAmericaLocation</locationName>
      </value>
   </location>
   <location>
      <name>ODTStoreFIndiaLocation</name>
      <value>
         <pathPrefix />
         <externalParams />
         <fcsURL>http://HOST:PORT/ematrix</fcsURL>
         <filterImplClass />
         <isExternal>false</isExternal>
         <externalClassName />
         <searchURL />
         <port />
         <protocol>file</protocol>
         <path>E:/NoSave/SeagullRuntime/ev6R212Report/collab/Apps/STORE/ODTStoreF/ODTStoreFindia</path>
         <ftpPassword />
         <ftpUser />
         <hostName>CIMI4DSY</hostName>
         <locationName>ODTStoreFIndiaLocation</locationName>
      </value>
   </location>
</locations>