Author: paul
Date: 10-05-02 07:17
If you have ssh, you probably have scp, so moving files around is as simple as 'scp /path/to/localfile user@host:/path/to/remotefile'
or
scp user@host:/path/to/remotefile /path/to/localfile
I am using some of the other stuff you listed to do network backups: very useful.
|
|