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
On Oct 2, 3:27 am, sa6113 <[EMAIL PROTECTED]> 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 .
>
> Lawrence D'Oliveiro wrote:
>
> > In message <[EMAIL PROTECTED]>, sa6113
> > wrote:
>
> >> I want to
One of the Python implementations of SSH is called Paramiko.
Ulrich Eckhardt wrote:
>
> 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 starte
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
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
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 .
Lawrence D'Oliveiro wrote:
>
> In message <[EMAIL PROTECTED]>, sa6113
> wrote:
>
>> I want to connect form a windows machine to a Linux one using SSH (I use
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