FTP Seek

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It seems that seeking on a NetworkStream created by WebClient.OpenRead to
read a file over FTP is not supported. I read through the FtpControlStream
and FtpDataStream classes to verify this.

I would recommend that support for seeking be added.

It can be implemented by sending the REST FTP command which is the FTP
equivalent command for seek. Note that servers are not required to support
this command but when they do, it should be available.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top