in reply to Connecting to other computer in LAN via PERL
Have you looked at system?
system("copy $local_file \\\\$remote_machine\\C\$\\$target_file");
This likely requires that you are Administrator on both machines or have the applicable permissions, but the network administrator should easily give those to your user account.
|
|---|