Socket Send Large file problems

  • Thread starter Thread starter David W
  • Start date Start date
D

David W

Hi

I have created a client/server app that copies files from the pc to ppc and
vice versa, but I have found when I try sending a file larger eg 1MB the
send says it sent all the data(eg return sentsize is equal to the data
sent), but on the ppc I sit on the receive and I get nothing.

If I test using a small file 23K all works fine.

I tried setting timeouts on the ppc side but it doesn't support these
functions. The other option I was thinking about was just breaking up the
send process to send in 50k-100k chunks, not the ideal but will do until I
find a proper solution.

Anybody got any ideas?

Thanks.
 
Back
Top