I would like to be able to open a file on a remote Win2000 machine via UNC. Here is the scenario. I have a two Win2000 machines with the same login credentials on both (no domain). When I try a simple
open(FILE, '\\machine\share\file') it comes back with Can't open file. This has to be an easy answer, but I can't figure it out. Thanks in advance for the help!
btw, I really want to avoid mapping a drive.