RE: [OT] Perl Telnet script: "#!/usr/bin/perl
use Net::Telnet;
$telnet = Net::Telnet->new
(
Timeout=>10, Prompt=>'/[\$%#>] $/', Host=>'berkeley'
);
$telnet->login('mbutler', 'xxxxx');
@listing = $telnet->cmd('ls');
print @listing;
$telnet->close;"
Tuesday, April 26, 2005
Nazeer Logs
Previous Posts
- Useful Commands for WebSphere Application Server: ...
- Useful Commands for WebSphere Application Server: ...
- Using Ant with WebSphere Studio Application Develo...
- Ant WAS ADMIN tasks: "Ant WAS ADMIN tasks Posted b...
- SourceForge.net: Project Info - JvTelnet: "java te...
- Jive Software: Open-Source Projects: "Welcome to J...
- SourceForge.net: Project Info - database to xml: "...
- AIX/HP-UX Interoperability Guide, V2 - Mail 13.1.2...
- Sleepless In Manhattan - - CIO Magazine Apr 1,2005...
- Some programs seem to stop working after you insta...
Subscribe to
Posts [Atom]

<< Home