⑴实例:从远处复制到本地
⑵命令:scp -r :/opt/soft/mongodb /opt/soft/
⑶[rootlocalhost soft]# ll
⑷drwxr-xr-x root root - : fms.
⑸drwxr-xr-x root root - : fms.
⑹drwxr-xr-x root root - : jdk.._
⑺drwxr-xr-x root root - : jdk.._.bak
⑻-rwxr-xr-x root root -- jdk-u-linux-x.bin
⑼drwxrwxrwx root root - : mysql
⑽-rw-r--r-- root root - : nginx-...tar.gz
⑾drwxr-xr-x root root - : setup_file
⑿drwxr-xr-x root root - : tomcat..
⒀drwxr-xr-x root root -- tomcat_.
⒁[rootlocalhost soft]# scp -r 《a href=“mailto::/opt/soft/mongodb”》:/opt/soft/mongodb《/a》 /opt/soft/
⒂《a href=“mailto:‘s”》’s《/a》 password:
⒃mongodb-linux-i-static-...tgz % MB .MB/s :
⒄README % .KB/s :
⒅THIRD-PARTY-NOTICES % .KB/s :
⒆mongorestore % KB .MB/s :
⒇mongod % KB .MB/s :
⒈mongoexport % KB .MB/s :
⒉bsondump % KB .MB/s :
⒊mongofiles % KB .MB/s :
⒋mongostat % KB .MB/s :
⒌mongos % KB .MB/s :
⒍mongo % KB .MB/s :
⒎mongoimport % KB .MB/s :
⒏mongodump % KB .MB/s :
⒐GNU-AGPL-. % KB .KB/s :
⒑[rootlocalhost soft]# ll
⒒drwxr-xr-x root root - : fms.
⒓drwxr-xr-x root root - : fms.
⒔drwxr-xr-x root root - : jdk.._
⒕drwxr-xr-x root root - : jdk.._.bak
⒖-rwxr-xr-x root root -- jdk-u-linux-x.bin
⒗drwxr-xr-x root root - : mongodb
⒘drwxrwxrwx root root - : mysql
⒙-rw-r--r-- root root - : nginx-...tar.gz
⒚drwxr-xr-x root root - : setup_file
⒛drwxr-xr-x root root - : tomcat..
①drwxr-xr-x root root -- tomcat_.
②[rootlocalhost soft]#
③说明:从...机器上的/opt/soft/中下载mongodb 目录到本地的/opt/soft/目录来。
④实例:上传本地文件到远程机器指定目录
⑤命令:scp /opt/soft/nginx-...tar.gz :/opt/soft/scptest
⑥上传前目标机器的目标目录:
⑦[rootlocalhost soft]# cd scptest/
⑧[rootlocalhost scptest]# ll
⑨[rootlocalhost scptest]# ll《/p》 《p》本地机器上传:
⑩[rootlocalhost soft]# scp /opt/soft/nginx-...tar.gz 《a href=“mailto::/opt/soft/scptest”》:/opt/soft/scptest《/a》
Ⅰ《a href=“mailto:‘s”》’s《/a》 password:
Ⅱnginx-...tar.gz % KB .KB/s :
Ⅲ[rootlocalhost soft]# 《/p》 《p》上传后目标机器的目标目录:
Ⅳ[rootlocalhost scptest]# ll
Ⅴ-rw-r--r-- root root - : nginx-...tar.gz
Ⅵ[rootlocalhost scptest]#
Ⅶ说明:复制本地opt/soft/目录下的文件nginx-...tar.gz 到远程机器...的opt/soft/scptest目录
Ⅷ实例:上传本地目录到远程机器指定目录
Ⅸ命令:scp -r /opt/soft/mongodb :/opt/soft/scptest
Ⅹ上传前目标机器的目标目录:
㈠[rootlocalhost ~]# cd /opt/soft/scptest/
㈡[rootlocalhost scptest]# ll
㈢-rw-r--r-- root root - : nginx-...tar.gz
㈣[rootlocalhost scptest]#
㈤[rootlocalhost ~]# scp -r /opt/soft/mongodb 《a href=“mailto::/opt/soft/scptest”》:/opt/soft/scptest《/a》
㈥《a href=“mailto:‘s”》’s《/a》 password:
㈦mongodb-linux-i-static-...tgz % MB .MB/s :
㈧README % .KB/s :
㈨THIRD-PARTY-NOTICES % .KB/s :
㈩mongorestore % KB .MB/s :
mongod % KB .MB/s :
mongoexport % KB .MB/s :
bsondump % KB .MB/s :
mongofiles % KB .MB/s :
mongostat % KB .MB/s :
mongos % KB .MB/s :
mongo % KB .MB/s :
mongoimport % KB .MB/s :
mongodump % KB .MB/s :
GNU-AGPL-. % KB .KB/s :
[rootlocalhost ~]# 《/p》 《p》上传后目标机器的目标目录:
[rootlocalhost scptest]# ll
drwxr-xr-x root root - : mongodb
-rw-r--r-- root root - : nginx-...tar.gz
[rootlocalhost scptest]#
上传本地目录 /opt/soft/mongodb到远程机器...上/opt/soft/scptest的目录中去
上面就是使用scp命令实现Linux服务器之间的文件传送的方法介绍了,如果你要进行两台服务器之间的文件复制,只需使用scp一个命令就足够了,无需在使用其他命令。