Re: telnet session to read or write a file

2010-02-20 Thread Jim Gibson
At 3:20 PM +0530 2/20/10, suresh kumar wrote: Hi Folks, I am trying to connect to a server where i want to create a file or read a existing file. This is my code. #!/usr/bin/perl use Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/] $/'); You are ask

telnet session to read or write a file

2010-02-20 Thread suresh kumar
Hi Folks, I am trying to connect to a server where i want to create a file or read a existing file. This is my code. #!/usr/bin/perl use Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/] $/'); # My prompt will be looking after telnet session like this "[