Click to See Complete Forum and Search --> : networkproblemes: sending files


Cyberwalker
March 31st, 2003, 07:37 AM
i've a problem with sending files over the network.

it's possible to send files up to 1kb, but if the size is over 1kb, the receiver gets an error.
now i have to splitt the file, which i want to send, into parts with 1kb of size.
is there a possibility to send bigger files?

btw: it works fine local on a computer.

pareshgh
March 31st, 2003, 03:59 PM
you can split those files and merge at the other end.

EDIT: forgot to mention that what's your buffer size. and all.
sample code would be helpfull.

Paresh