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


in reply to Copying a file across servers in DOS

As a follow up to Kanji's post, if you need to connect to the remote share in your script, you should look at the Connect (or Map) routines in the Win32::FileOp module.

The Connect routine will allow you to login to a remote share with a username/password. The Map routine will also allow you to login to a remote share but also give you the ability to map that share as a drive on your local computer.

  • Comment on Re: Copying a file across servers in DOS