in reply to Connecting to other computer in LAN via PERL
You will need some server-side support for that -- without a server running on the computer you want to connect to that accepts file transfers, you're out of luck.
If there's an SSH server running, you may be able to use scp or SFTP; take a look at Net::SCP and Net::SFTP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Connecting to other computer in LAN via PERL
by Muskovitz (Scribe) on Mar 11, 2015 at 12:16 UTC |