On 06Jan2010 13:44, steve <dl...@bluewin.ch> wrote:
| Le 06-01-2010, à 13:28:40 +0100, Toby Cubitt (ts...@cantab.net) a écrit :
| > On 06Jan2010 10:36, steve <dl...@bluewin.ch> wrote:
| > > I'd like to know if it's possible to attach files directly from the
| > > local machine.
| > 
| > Since you're already using ssh tunnels, you could try using the sshfs
| > filesystem to mount your windows directories remotely on your server.
| > sshfs is available for Debian, and I believe it should be able to mount
| > directories hosted on a windows system just as easily as anything else.
| > 
| > Of course, for this to work you'd have to run an ssh server on your
| > *windows* box 
| 
| I guess it will be difficult (read forbidden) to that at work.

Hmm, wouldn't putty already be forbidden?

You could:
  put a small cygwin install on your USB key
  run an sshd, _listening only on localhost_ !! (not remotely
    accessible)
  do a _reverse_ portforward in Putty, forwarding the local sshd
    service to your home machine
  run sshfs at home, connecting to the forwarded sshd service

sshfs uses the SFTP protocol, so it should be happy.

| > (and it would have to be visible over the network from your
| > server). But running an ssh server on your windows box might be a bit
| > easier than setting up a sambda share.
| 
| So a Samba share is the only solution left?

Only if sshfs can't be made to work: sshfs is a better solution.

Cheers,
-- 
Cameron Simpson <c...@zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/

Silicon chips with a cardboard substrate?  That's not a good marriage!
- overhead by WIRED at the Intelligent Printing conference Oct2006

Reply via email to