|
-
Nov 14th, 1999, 08:38 AM
#1
Thread Starter
New Member
I want to transfer files Via TCP/IP. I can do the winsock coding, but how can u just open up and old EXE (or text) file, read from it, then write to it on the other machine? I can do a regular sequential file I/O, but I'm sure that won't work. Please advise, thanks.
------------------
David Stevenson
Eclipse Systems Programmmer
www.eclipseweb.net
-
Nov 14th, 1999, 09:50 AM
#2
Use the Open.. For Binary Access Read As.. Statement to Read the Binary Data in for Transmission, then use the Open.. For Binary Access Write As.. Statement to Output the File at the Other End of your Connection.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
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
|