Renato Araujo wrote: > Hi, I would like send a file using the net module, but I didn't find > any example for this. > Somebody can send me a example? I need send any video file using mp4 > to my another machine.
Hmm... Based on the lack of documentation for the net module, I would assume that it simply uses sockets on the loopback interface instead of the default fifos for IO. Or maybe this is just wishful thinking... Since it's basically undocumented it might do anything or nothing. For sending files to another machine, you want to use scp, or netcat, or the socket facilities of some scripting or compiled language.