This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Bulk download of files to a local directory

rif6894 - Tuesday, May 22, 2012 7:42 PM:

I have a need to automate the bulk downloading of files, to a specified local directory.

ie: given a list of Document objects, for each object download the Word or Excel files attached to the object from the ARAS vault to the user's working directory.

The ARAS security model must be honoured; ie: the setting of the

<enforce_user_credentials>0</enforce_user_credentials>

cannot be used, as accessing the vault using this methodology is not allowed.

This capability is required to allow the transfer of many files, from our ARAS system to a customer or a supplier.



aknourenko - Wednesday, May 23, 2012 2:01 PM:

I would recommend to use IOME.CheckoutManager which is specifically designed for parallel downloading of files from Innovator vault. For more details see reference API available through standard Innovator client Help menu.