Help sending files between users.

BlitzPlus Forums/BlitzPlus Programming/Help sending files between users.

mattm591(Posted 2005) [#1]
I am trying to create a program where two users can send files between each other. I can get them to send messages easily using the WriteString to TCPStream commands, but see how you send files.
I need the files to be sent to an ip address, and they need to be sent using TCP streams. Both users need to be able to accept and receive files. Does anyone know how I would do this? Thanks


rdodson41(Posted 2005) [#2]
WriteBytes()


mattm591(Posted 2005) [#3]
What if two users want to send the same file to one user?