Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Connecting to other computer in LAN via PERL

by MidLifeXis (Monsignor)
on Mar 11, 2015 at 13:08 UTC ( [id://1119621]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Connecting to other computer in LAN via PERL
in thread Connecting to other computer in LAN via PERL

This is a client/server setup. Your machine is a client, the server software for that client needs to be available on the remote side:

  • ftp -> ftpd
  • scp -> sshd
  • uuencode + telnet -> telnetd + uudecode
  • cp/copy -> smbd or other CIFS server
  • stick drive -> a pair of sneakers and an available USB port
  • ...
If you need to install software on the remote machines and they are windows machines and you have the appropriate authorization on the remote machines, you can push a windows installation package to that machine.

You need to have something on the remote side to talk to. The type of access (permissions + protocol) you have on the remote side will determine how you are able to transfer the files to the remote machine. Some of them can be driven by Perl, others cannot.

--MidLifeXis

  • Comment on Re^3: Connecting to other computer in LAN via PERL

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1119621]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-23 11:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found