I have some Bash scripts that copies files from one mac to another trough the LAN, but I need to be logged on to the other mac for the scripts to work. It's a bit cumbersome to go trough Finder to do it, althoug the other mac shows easily enough in the "shared" pane. I want to do it trough the Terminal, just using regular !#/bin/bash.
I notice it is still possible to access another mac trough Finder even though SSH is turned off in the system panel, thus I wonder if there is some other way to do this trough the Terminal, without using SSH.
Edit: Thanks to envalid, I now know that what I want is to mount another MacBook trough the terminal, but I'd really like to know how, as my attempts until now have failed.
