Forum Discussion

fellow_Ones's avatar
fellow_Ones
New Contributor III
2 months ago

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

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

  • 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