Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

rchamberlin

SFTP File In Memory

When using regular FTP in .Net, you can upload a file from an in-memory object. I am trying to use WinSCP with SharePoint, and create a text file with SharePoint data in it, and then I need to SFTP that file to a different server. The issue I'm having is that I don't (and won't) have access to the file system to create a physical file.

Does anyone have any ideas on how I can do this?