in reply to Windows Server Authentication

Based on the error messages, I'd double-check that you have the correct path, credentials and that your system is resolving the server name to the correct IP address.

Although I have not personally used this module, it looks like Win32::FileOp can be used to map a drive and allows for you to specify a username and password to use when mapping the drive.

Replies are listed 'Best First'.
Re^2: Windows Server Authentication
by brayk1990 (Novice) on May 02, 2012 at 15:42 UTC
    That module does look as though it could potentially work. However, due to limitations where I work, I am unable to install modules onto my system. So any method I use would have to come from the modules that are contained with in the initial install of Active State perl.