After working with a few large files over sshfs, one question started dwelling in my mind.
Suppose I have a sshfs (or NFS for that matter) mount on ~/remodetir
and I want to do something like
cp ~/remotedir/foo ~/remotedir/some/weird/path/bar
Does sshfs (or NFS) handle it in a smart way or do they transfer the file back-and-forth just because the cp command is running in my local CPU?