Hello Monks
I'm creating a program on Win32 that needs to send files over a windows network to a linux machine running samba. Some of the data is confidential and I need to authenticate the Linux machine so I can't get spoofed. The windows arp command does what I think I want by returning a list of IPs mapped against MAC addresses. Unfortuanately I can't call the arp command for various reasons. Is there a simple perl only way of doing this that doesn't involve system calls or am I thinking on the wrong lines altogether using this as a means of authentication. Any suggestions and/or code snippets would be greatly appreciated. Thanks again everyone...