Skip to main content
August 26, 2025
Question

Help with moving/copying multiple csv files from file share to external shared Azure storage.

  • August 26, 2025
  • 1 reply
  • 2 views

Hello Community -

Looking for extender BR to automate by coping bunch of csv files under file share folder on to external Azure storage, any help is appreciated.

Thanks.

 

 

1 reply

October 6, 2025

If its Azure blob storage then SFTP can be enabled and then you can use the SSH.Net library to move data from OneStream to Azure. There are some examples in the OS SIC documentation of how to use SSH.Net to download / upload using SFTP so I would start there