Using MemoryStream as source file for FTP Upload
Hi,
I was wondering if it is possible to pass in a MemoryStream (or something similar) to WinSCP as the source file (when doing an upload)? I'm working on an application that stores some data in memory, and requires that data be uploaded (as a file). I know I could use a temp file for the source, but if possible I'd like to avoid that.
I was wondering if it is possible to pass in a MemoryStream (or something similar) to WinSCP as the source file (when doing an upload)? I'm working on an application that stores some data in memory, and requires that data be uploaded (as a file). I know I could use a temp file for the source, but if possible I'd like to avoid that.