Re: descend the network tree

2012-01-30 Thread Michael Havens
thanks for the help. ssh is what I was looking for to descend it from my home network. why do you recomend 'sshfs' over 'ssh'? now. suppose I'm trying to connect to it from a computer outside of the 192.168.x.y network. what tool would I use then? -- :-)~MIKE~(-:

Re: descend the network tree

2012-01-30 Thread kitepi...@kitepilot.com
why do you recomend 'sshfs' over 'ssh' They are entirely different things. Look at sshfs as 'mount' (or NFS) sshfs allows you to 'mount' a remote directory to a local path. Look at SSH alone as 'telnet'. It allows you to open a remote terminal. They meet at the protocol level. sshfs uses

Re: descend the network tree

2012-01-30 Thread Michael Havens
how do you do it over the internet m I guess you couldn't unless your computer had a domain.. And then that goes back to a thread we had running earlier (unless I'm mistaken). On Mon, Jan 30, 2012 at 9:13 AM, kitepi...@kitepilot.com kitepi...@kitepilot.com wrote: why do you recomend

Re: descend the network tree

2012-01-30 Thread kitepi...@kitepilot.com
Again: SSH does not care where is at, or how to get to, the target IP address. That's the task of routing protocols, nameserver protocols, and on and on and on. Transporting the packets is the task of the TCP/IP protocol... If the IP is route-able, and the SSH server is listening, you will

Re: descend the network tree

2012-01-28 Thread Lisa Kachold
Hi Michael, On Fri, Jan 27, 2012 at 3:23 PM, Michael Havens bmi...@gmail.com wrote: how do you descend your home network tree non-graphically? $ find . -maxdepth 20 Files only; no directory: $ find . -type f -maxdepth 20 Avoid the hidden files. $ find . -type f -maxdepth 20

Re: descend the network tree

2012-01-28 Thread Matt Graham
From: Michael Havens bmi...@gmail.com thank you lisa. not quite what i wanted to know but it is useful information. what I meant is how do you descend into other computers. [snip] I'll assume you meant find out what resources other computers are sharing over the network there. For SMB servers,

descend the network tree

2012-01-27 Thread Michael Havens
how do you descend your home network tree non-graphically? where is the device list of your network? where is everything mounted? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe

Re: descend the network tree

2012-01-27 Thread James Mcphee
Give us some context here. IP network, Windows network, what? On Fri, Jan 27, 2012 at 3:23 PM, Michael Havens bmi...@gmail.com wrote: how do you descend your home network tree non-graphically? where is the device list of your network? where is everything mounted? -- :-)~MIKE

Re: descend the network tree

2012-01-27 Thread kitepi...@kitepilot.com
Michael Havens writes: how do you descend your home network tree non-graphically? where is the device list of your network? where is everything mounted? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe

Re: descend the network tree

2012-01-27 Thread Michael Havens
here. IP network, Windows network, what? On Fri, Jan 27, 2012 at 3:23 PM, Michael Havens bmi...@gmail.com wrote: how do you descend your home network tree non-graphically? where is the device list of your network? where is everything mounted? -- :-)~MIKE