On Sep 23, 12:04 pm, The Bear <c.poll...@bangor.ac.uk> wrote:
> Hi I'm looking to do something like this
>
> f = f.openfileobj(remotefileloc, localfilelikeobj)
>
> my remote files are on a solaris box that i can access using ssh (could
> prehap request othe protocols if necessary)
>
> anyone got any ideas?
>
> many thanks
>
> Charlie
>
> (ps. tried this on the python-forum but didn't seem to go on so apologies if
> i'm cross posting)
> --
> View this message in 
> context:http://www.nabble.com/Open-file-on-remote-linux-server-tp25531253p255...
> Sent from the Python - python-list mailing list archive at Nabble.com.

I don't know of any Python library that will give you that kind of
access to a remote file over ssh.  It sounds like a fun project
though!

If nothing else, you can install the ssh filesystem for Fuse, and just
mount the remote filesystem as if it was local.

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

Reply via email to