Sent from my iPhone
> On Feb 20, 2014, at 5:59 AM, Ferrous Cranus wrote:
>
> Τη Τετάρτη, 19 Φεβρουαρίου 2014 10:45:53 π.μ. UTC+2, ο χρήστης Wojciech
> Łysiak έγραψε:
>>> On 19.02.2014 09:14, Sujith S wrote:
>>>
>>> Hi,
>>
>>
>>> I am new to programming and python. I am looking for a python
Τη Τετάρτη, 19 Φεβρουαρίου 2014 10:45:53 π.μ. UTC+2, ο χρήστης Wojciech Łysiak
έγραψε:
> On 19.02.2014 09:14, Sujith S wrote:
>
> > Hi,
>
> >
>
> > I am new to programming and python. I am looking for a python script to do
> > ssh/telnet to a network equipment ? I know tcl/perl does this usin
On Feb 19, 2014, at 3:14 AM, Sujith S wrote:
> Hi,
>
> I am new to programming and python. I am looking for a python script to do
> ssh/telnet to a network equipment ? I know tcl/perl does this using
> expect/send.
>
> Do we have expect available in python as well or need to use some other
In article ,
Roy Smith wrote:
> in conjunction with a near command-line driver tool called fab
Typo there: "near" should have been "neat".
[this is why I love wikis]
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, Feb 20, 2014 at 12:35 AM, Roy Smith wrote:
> As far as I know, fabric only works with ssh. If you are forced to use
> telnet to talk to legacy equipment, that's another problem.
If it's telnet, it's likely to be a pretty simple protocol. All you
really need is the socket module, build it
In article ,
Sujith S wrote:
> Hi,
>
> I am new to programming and python. I am looking for a python script to do
> ssh/telnet to a network equipment ? I know tcl/perl does this using
> expect/send.
>
> Do we have expect available in python as well or need to use some other
> method ?
You
On 19.02.2014 09:14, Sujith S wrote:
Hi,
I am new to programming and python. I am looking for a python script to do
ssh/telnet to a network equipment ? I know tcl/perl does this using expect/send.
Do we have expect available in python as well or need to use some other method ?
Regards
Sujith
On 19.02.2014 09:14, Sujith S wrote:
> Hi,
>
> I am new to programming and python. I am looking for a python script to do
> ssh/telnet to a network equipment ? I know tcl/perl does this using
> expect/send.
>
> Do we have expect available in python as well or need to use some other
> method ?
On Wed, Feb 19, 2014 at 7:14 PM, Sujith S wrote:
> Hi,
>
> I am new to programming and python. I am looking for a python script to do
> ssh/telnet to a network equipment ? I know tcl/perl does this using
> expect/send.
>
> Do we have expect available in python as well or need to use some other