Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 513063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:23:02+00:00 2026-05-13T07:23:02+00:00

Just looking at various ways of ftp’ing a file in c#. I noticed some

  • 0

Just looking at various ways of ftp’ing a file in c#.
I noticed some examples do:

streamReader.ReadToEnd()

then convert to bytes, then send the file in one go.

while others do a:

while (contentLength != 0)
    stream.write(buff, 0, contentLength);
    contentLength = fileStream.Read(buff, 0, buffLength);

Is sending the file 2048 at a time for larger files, while the other method is fine for files in the 10-50K range?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T07:23:02+00:00Added an answer on May 13, 2026 at 7:23 am

    If you can only read or write the file all at once, you have to allocate as much space as is required for the entire file. That can be cumbersome, especially when you don’t know how big the file is going to be in advance. It’s also bad for slower connections, because you won’t be able to use any of the file until the whole thing is finished, which is obviously terrible for applications like streaming movies or audio. Buffering is a good general strategy to handle this sort of case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been looking at various RIA and have noticed some folks using or requesting
just looking for some general direction/best practice about when to use a lookup value
I am looking at various possible ways to implement delete-edit-copy feature on the UITableViewCell
I'm currently looking at different ways to use various web/internet technologies in order to
just looking for some advice, pointers, and suggestions for further reading. I have: 1
I've done some Googling, and can't find anything, though maybe I'm just looking in
My team are looking for ways to separate the various components of our system
Just looking for a good PHP Image Library, I want to display images with
Just looking on resources that break down how frames per second work. I know
I just looking how to use LINQ for grouping a list. Class Item Public

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.