reading unix files from NT using SSH2

Martin v. Loewis martin at v.loewis.de
Tue Apr 23 15:24:36 EDT 2002


James Strater <James.Strater at exolink.com> writes:

> I have a python script running on an NT box.  I need to connect to a  unix
> box using SSH2 and read some files sitting on that box.  Can anyone point me
> in the right direction on how to go about doing this?   

I recommend to use scp. When that completes, the file will be locally
available.

Regards,
Martin




More information about the Python-list mailing list