Re: possible? ssh-connection as XP- network connection
From: Andrew Schulman (andrex_at_deadspam.com)
Date: 06/30/05
- Next message: Richard E. Silverman: "Re: newbie: ssh & xinetd"
- Previous message: Petr Pisar: "Re: newbie: ssh & xinetd"
- In reply to: Bernd Breitschaedel: "possible? ssh-connection as XP- network connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 30 Jun 2005 10:52:29 GMT
> I'm using Win XP and SSH 3.2.0 to etablish a SSH2 connection to a
> server. Everything works fine.
>
> I wonder if there is an XP-tool that you can establish an
> network drive in XP which uses the ssh2 protocol. So that i can access
> the files on the server direct from any windows program using the
> open/save command.
Not directly, that I'm aware of. You can tunnel 139/tcp via ssh, and then
try to set up a network drive against localhost. But I never had any
success with that approach.
In the end, a lot of people give up on this idea and go with a better one:
work locally, then synchronize your files with the server using Unison
(http://www.cis.upenn.edu/~bcpierce/unison/). This approach has important
advantages. Unison will use ssh as its network transport for secure
transfers, but it's much more bandwidth-efficient. If you have a remotely
mounted share drive, any time you save a file the whole file has to travel
across the network. But saving to your local hard drive is fast, and then
Unison uses the rsync algorithm to transfer just the changed parts of
files.
Good luck,
Andrew.
-- To reply by email, change "deadspam.com" to "alumni.utexas.net"
- Next message: Richard E. Silverman: "Re: newbie: ssh & xinetd"
- Previous message: Petr Pisar: "Re: newbie: ssh & xinetd"
- In reply to: Bernd Breitschaedel: "possible? ssh-connection as XP- network connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|