Networking :: LAN FS



for sshfs: http://damnsmalllinux.org/cgi-bin....t=14476

for ssh: use "scp" to transfer files over

for nfs: http://damnsmalllinux.org/cgi-bin....t=14457

Quote
I'd like to avoid samba and ftp if ever feasible, and a web server is not a solution either. I need to write.

What do you mean by write?

That's it: scp

I was so near but didn't find it.

Thank you so much!!!!  :-))))



Now I'm losing the connection very fast and I have to shake it on order to do another scp. After trying things like

- cross-pings between both machines
- DSL$ ps -aux
- DSL$ netstat -tul
- SUSE$ ssh root@DSL

the second scp command works. I haven't tried enough to tell, but though i might just need to wait for a while (nothing to do with the described procedures) it seems to me that if I don't 'shake' the connection I get the "lost connection" error. (??)

I'll practice some more to find out what's going on.


Thanks again for the 'scp' tip.  :-))

Is this a timeout error during your ssh session?
There's
Code Sample
ServerAliveInterval <number>
that can be used.


original here.