Search code examples
perlunc

Accessing UNC file share with credentials in Perl


I am trying to get a Perl scripts to access a file over UNC path using specified credentials. Is this possible? If not with Perl, what else could I use?

Thanks

-Jesse


Solution

  • Do you have to access many varied paths with differing credentials or just one?

    As non-programming solution can you map the network share to a drive letter permananently in Windows before running your perl program?