Re: using SSh problem!

2008-10-02 Thread Larry Bates
sa6113 wrote: I want to connect form a windows machine to a Linux one using SSH (I use Paramiko) and simply copy a file to Linux machine. Would you please help me how should I start? Is there any useful code? I find that one of the easiest ways of doing this is to install Cygwin on the windows

Re: using SSh problem!

2008-10-02 Thread Sean DiZazzo
27;ll > > need to set up a public/private key pair for that. > > -- > >http://mail.python.org/mailman/listinfo/python-list > > -- > View this message in > context:http://www.nabble.com/using-SSh-problem%21-tp19775680p19776775.html > Sent from the Python - python-list ma

Re: using SSh problem!

2008-10-02 Thread sa6113
tp://mail.python.org/mailman/listinfo/python-list > -- View this message in context: http://www.nabble.com/using-SSh-problem%21-tp19775680p19777590.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

Re: using SSh problem!

2008-10-02 Thread Ulrich Eckhardt
sa6113 wrote: > I want to connect form a windows machine to a Linux one using SSH (I use > Paramiko) and simply copy a file to Linux machine. > Would you please help me how should I start? For starters, I'd take a look at 'scp'. Other than that, what does the question you asked have to do with Pyt

Re: using SSh problem!

2008-10-02 Thread Tim Golden
sa6113 wrote: No, my problem isn't entering password or not ? I want to know what should I do to connect between different platform and copy a file . Did you try searching? This looks hopeful: http://commandline.org.uk/python/2008/may/28/sftp-python/ TJG -- http://mail.python.org/mailman/lis

Re: using SSh problem!

2008-10-02 Thread sa6113
info/python-list > > -- View this message in context: http://www.nabble.com/using-SSh-problem%21-tp19775680p19776775.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

Re: using SSh problem!

2008-10-02 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, sa6113 wrote: > I want to connect form a windows machine to a Linux one using SSH (I use > Paramiko) and simply copy a file to Linux machine. Do you want to be able to connect without having to enter a password? You'll need to set up a public/private key pair for t

using SSh problem!

2008-10-02 Thread sa6113
I want to connect form a windows machine to a Linux one using SSH (I use Paramiko) and simply copy a file to Linux machine. Would you please help me how should I start? Is there any useful code? -- View this message in context: http://www.nabble.com/using-SSh-problem%21-tp19775680p19775680