scp -r yourFile remoteUser@remoteAdress:remoteFile
举个栗子:
scp -r ./helloWorld .txt root@101.33.36.11:/root/home/
就把当前目录中的helloWorld.txt发送到远程目录 /root/home/ 下了
scp -r yourFile remoteUser@remoteAdress:remoteFile
举个栗子:
scp -r ./helloWorld .txt root@101.33.36.11:/root/home/
就把当前目录中的helloWorld.txt发送到远程目录 /root/home/ 下了