Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RE: Net::Telnet problem

by gumpu (Friar)
on Aug 24, 2000 at 12:28 UTC ( [id://29381]=note: print w/replies, xml ) Need Help??


in reply to Net::Telnet problem

Would it not be handier to use rsh or ssh for this:

rsh -l user yourhost some_command > filewithoutput.txt

The command will be run remotely and the output will go into the local file.

If your very lazy you can even use a .rhosts files, in which case you don't even have to type in the password. Though this is not very secure. However since you are using telnet I guess you are not that worried about security.

Have Fun

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-29 10:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found