In my case that stream is system.io.memorystream and when the ftp client finishes reading the file it closes the stream. Thus it dutifully downloaded all of the data and then kept me from being able to get to it.Pleasse let stream users tell you if they want it closed
Hi,Have you managed to have a look at this? Closing the MemoryStream makes it inaccessible for further operations, thus making the Get(Stream, FileName) method unusable with MemoryStreams...