Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
6.9k views
in .NET FTP by
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

3 Answers

0 votes
by (161k points)
We'll take a look

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
0 votes
by
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...
0 votes
by (161k points)
There is a slight difficulty here :(

If the stream is not closed, the FTP server doesn't think the download is completed.

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...

Categories

...