sending files between two computers?

hello, i was wondering what the best way to do this was, if its possible. ive been searching around and havent uncovered anything yet. help is greatly aprecciated.

connect them with an ethernet cable and set up a LAN

connect them with an ethernet cable and set up a LAN

well of coarse, i actually was talking about the blender side of it. having blender know how to send information to the other computer.

umm im not so sure. go look at python modules, mabey youl find one that can facilitate the process

Are you referring to sharing data between blender games, like multiplayer?
If so, you will need to take the sockets route.
From there, UDP.
Best look up WSAG
http://oldjim.ch/WSAG

ok,when i try his script it says the socket module does not exist. so it would seem that may be the problem, thank you!

i’ve commented on your other post

I agrre with agoose77 with his comment on your other thread. The WSAG networking template needs to be updated to the new Python 3.1 to work correctly. If an online multiplayer is what you are looking for I’ve been working on a MMO game completely in Blender. So i can help you more in depth if you PM with more specific details.