Some files our system works are big(>1GB) so i need to recover from broken FTP downloads.
If i do Seek over the FtpWebResponse stream i get an error saying the stream doesn't support this. Any way to accomplish this using normal FtpWebResponse .net class?
Found out that the seek can be done using
ContentOffsetproperty ofFtpWebRequestHere is a working example: