The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Kevin_Werner
3 years agoNew Contributor II
WINSCP .filepart extension on SFTP files sent from OneStream
We created Extensibility BRs that leverage WIN SCP commands to send data from OneStream to an internal directory using an SFTP connection setup with OneStream. The data files are being received with...
- 3 years ago
Hello, use this and you won't have the .filepart extension. Thanks
Kevin_Werner
3 years agoNew Contributor II
Thanks for the suggestions. We did receive a recommendation from OneStream to add the one line of code to the SFTP Business Rule that mtejjini mentioned above.
--> transferOptions.ResumeSupport.State = TransferResumeSupportState.Off
Adding this line of code has resolved the issue and we are now able to provide the required data to the SFTP site.
Thanks for the support!!
Related Content
- 4 months ago