Tagged Questions
2
votes
2answers
5k views
C# BinaryReader “stream does not support seek operations”
I am trying to download files from an ftp server using C# and ftpwebrequest. I can get the bytes using BinaryReader, but when I try to read the stream using br.ReadBytes(int), I get an error that ...