|
-
Sep 22nd, 2007, 01:13 PM
#1
Transferring Large size files thru TCP/IP
Im doing a program which transfers files thru tcp/ip in an intranet environment. It does work fine for small files...but the problem is we have to transfer files which are having 6 to 10 MB in sizes...and multiple files have to be transferred...any ideas would be really appreciated...
The files are text files and Im using Binary mode for the open read and write operations.
If you want to see my coding I will upload...
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Sep 23rd, 2007, 06:14 PM
#2
Junior Member
Re: Transferring Large size files thru TCP/IP
There are several examples on how to send files using the winsock control (which i'm assuming that you're using). One such example that I found helpful is here. That example shows how to send files that are up to 2GB in size.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|