fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
205 stars 78 forks source link

Difference between Winpexpect/Pexpect #1

Closed aurobind closed 11 years ago

aurobind commented 11 years ago

What is the difference between this and Pexpect/Winpexpect?

fgimian commented 11 years ago

Hey there,

The biggest differences are as follows:

I suggest using whatever works best for you. If all your interactions will occur after you connect to a device via SSH, then you're welcome to try my little library. If you would like to interact over other protocols and have a bit more flexibility, then pexpect would be the way to go.

Hope this helps Fotis