http://www.perlmonks.org?node_id=932388


in reply to How to access shared protected folder over network

The right path is to solve the problem on the OS level, and make the network folder available with a local path. How that works is dependent of the type of network file system (SMB? NFS? AFS? something completely different?)

If you want to do the file copying with Perl, you can then do it to that local path, just as if it were also stored locally. If not, I don't see the connection to perlmonks.

  • Comment on Re: How to access shared protected folder over network

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.