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 machine, then you have all the Linux capabilities under Windows. Open Cygwin console and you can use ssh, scp, etc. to connect to Linux box, copy a file, etc. All with ssh security.

-Larry
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to