what do you mean?

Lawrence D'Oliveiro wrote:
> 
> In message <[EMAIL PROTECTED]>, sa6113
> wrote:
> 
>> host = "LinuxComputerName" (or its Ip)
>> port = 22
>> 
>> and after runing this code I get this error:
>> socket.error: (10061, 'Connection refused')
> 
> Did you try
> 
>     sftp LinuxComputerName
> 
> just to confirm it's got a listener on port 22?
> --
> http://mail.python.org/mailman/listinfo/python-list
> 
> 

-- 
View this message in context: 
http://www.nabble.com/sftp-problem%21-tp19821106p19823566.html
Sent from the Python - python-list mailing list archive at Nabble.com.

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

Reply via email to