$ssh remoteIP
enter password
copying from remote linux machine to local machine using scp (secure copy)
$ scp "root@
[if folder use -r option with scp]
copying from local machine to remote machine
$ scp /path/file "root@
[if folder use -r option with scp]
No comments:
Post a Comment