How to access Vault server folder from Aras server C# method.

オフライン

How to access Vault server files from Aras C# code in case my vault server present in different machine & Aras application server is present in different machine? 

Regards,

Suhas

Parents
  • One way to do this is to download (checkout) the file to the application server and then send a link to the file back to the client. The file link would look something like this:

    https://your-app-server/downloads-folder/0000015-006.pdf

    If you want to send multiple files, you can zip them and then download the zipped file to the application server (and then send the link back to the client). 

    You will have to open up the download folder in IIS. 

    Hope this helps,

    Kamran

    Post edit: Changed "file-server" to "app-server"

Reply
  • One way to do this is to download (checkout) the file to the application server and then send a link to the file back to the client. The file link would look something like this:

    https://your-app-server/downloads-folder/0000015-006.pdf

    If you want to send multiple files, you can zip them and then download the zipped file to the application server (and then send the link back to the client). 

    You will have to open up the download folder in IIS. 

    Hope this helps,

    Kamran

    Post edit: Changed "file-server" to "app-server"

Children