Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yezu1
  • Order by date
  1. yezu1

    FTP download speed issue: socket programming vs

    Thanks for your suggestion - I've tried buffers from 56b to 32kB - no significant difference. Also creating a stream on the open data socket: Stream str = new NetworkStream(dataSocket); and reading it (instead of using dataSocket.Receive) str.Read(buffer, 0, intBufferSize); doesn't...
  2. yezu1

    FTP download speed issue: socket programming vs

    Hi there, I'm trying to write a simple c# application which downloads a large number of small files from an FTP server. I've tried two approaches: 1 - generic socket programming 2 - using FtpWebRequest and FtpWebResponse objects The download speed (for the same file) when using the first...

Part and Inventory Search

Back
Top