指令:scp
在不同的linux主机间复制文件
带有Security的文件copy,基于ssh登录。
有些linux发行版没有自带scp,因此需要安装scp
# yum -y install openssh-clients
基本语法:
# scp [参数] source target
常见参数
-v : 显示进度,可以用来查看连接、认证或是配置错误
-r : 赋值目录
-C :使能压缩选项
-P :选择端口
-4 : 强行使用 IPV4 地址
-6 : 强行使用 IPV6 地址
常见的使用方式:
本地复制到远程
对拷文件夹 (包括文件夹本身)
scp -r /home/wwwroot/www/charts/util root@192.168.1.65:/home/wwwroot/limesurvey_back/scp
对拷文件夹下所有文件 (不包括文件夹本身)
scp /home/wwwroot/www/charts/util/* root@192.168.1.65:/home/wwwroot/limesurvey_back/scp
远程复制到本地,只要把本地路径和远程地址调换下就可以了,如
scp root@192.168.1.65:/home/wwwroot/limesurvey_back/scp /home/wwwroot/www/charts/util/*
注意:
4.1:如果远程服务器修改了ssh端口,scp则需要使用修改后的端口,如远程服务器ssh端口为2222,则需加-P参数:
# scp -p 2222 /doiido/hello.sh dodo@192.168.100.2:/doiido
44kl游客测试博文phpjava6flexarrayjsonstringphp,echoapacheiis7.0iissessionsql脚本mysqlfunction远程调用分布式qqdiscuzdownfile上传springMVCbitbucketgitmavenpol.xmlDatenode.jsangular.jsyeomanlinuxXshellsftpwarspring,事件bughtml标签angularfilterquartz$resource,angular jquerytableApache CommonsHttpClientngrokWordPressRESTCORSfindSSLhttpsspring bootjsptilesmevoco云平台disconfZooKeeperredisuserAgentdubboLuceneLucene,indexLukecurdAnalyzerCacheCloudQueryParsersearchAfterHighlighterElasticsearchjestWebCollectoresjsoupCollectionListSetjpaDruidKaptcha验证码bitvisesshfastjson面试scpwgetGsonCalendarswaggerSpringfoxWeCenterJfinalspringspring mvcvalidtorJschAESRSAThreadScheduledExecutorServiceRunnable多线程jeecggogsormgoogle翻墙restfulrestyhudsonCentOs7FirewallRabbitMQRPCmotaniptables防火墙androidwebViewlogviewcatprofile微服务soa负载均衡,F5jira禅道jhipster跳板机/堡垒机activitinodethinkjedisredissonAMQPaoplog4jMQretrysolrtestsql队列BlockingQueuemongo注解apollowait_timeoutfeignDeferredResultwebsocketstompsockjsIDEAxxl-jobskywalkingjavaAgentjson-libExcelwordlockdevops持续集成持续部署持续交付xlxsxlshostsSwitchHostsspring batchactiveMQ经验总结,心得apollo,DataSourcejenkinssonarqubepipelinejenkinsfileblue ocean延迟队列delayQueueDisruptorlanproxyjvmArthasspring rpclogbacklogstashdockerk8skubernetespodSpring SecurityKubernetes uitcc分布式事务GTSfescarApache FlinkKafka事务rocksdbRESTExpressKlockspring-kafkaGradlej2Cachejedis poolspring-bootspring-boot-actuatorspring WebFluxSpring Cloud Gateway令牌桶限流漏桶计数器协程quasaretcdetcd-viewerjetcdThreadPoolExecutorExecutorServiceparkunpark.unsafepostmanTubeMQTimeoutExceptionRaftmapstructSpring Data JpaQueryDsllogaliyunlogspring boot,spring boot starterp6spyHibernateOpen-EntityManager-in-viewmaven-enforcer-pluginWebFluxWebClientjdchain区块链MongoDBoplogbinlognacoskkfileviewTransactionalXAquarkusDebugvueCharlessl4jgrpcgithubRocketMQprometheusmetricswrkresteasy reactiveswagger uiopen api v3hystrixarchaiuseureka负载均衡PipedInputStreamPipedOutputStreamgitlabxxljobOIDC,Oauth2,OpenIdnexusgrafanaSentrySnubaClickhousegolangzstd
文章分类
友情链接
文章归档
- 2024-07 (1)
- 2024-02 (1)
- 2024-01 (1)
- 2023-10 (1)
- 2023-09 (1)
- 2023-06 (1)
- 2022-06 (2)
- 2022-04 (1)
- 2021-06 (4)
- 2021-05 (1)
- 2021-04 (1)
- 2021-03 (5)
- 2021-01 (2)
- 2020-12 (7)
- 2020-11 (6)
- 2020-10 (1)
- 2020-09 (7)
- 2020-08 (6)
- 2020-07 (11)
- 2020-06 (4)
- 2020-05 (4)
- 2020-04 (2)
- 2020-01 (2)
- 2019-12 (4)
- 2019-11 (6)
- 2019-10 (2)
- 2019-09 (5)
- 2019-07 (5)
- 2019-06 (7)
- 2019-05 (2)
- 2019-04 (4)
- 2019-03 (6)
- 2019-02 (1)
- 2019-01 (5)
- 2018-12 (2)
- 2018-11 (5)
- 2018-10 (4)
- 2018-09 (5)
- 2018-08 (1)
- 2018-07 (1)
- 2018-06 (2)
- 2018-05 (6)
- 2018-03 (5)
- 2018-02 (5)
- 2018-01 (7)
- 2017-12 (4)
- 2017-11 (8)
- 2017-10 (6)
- 2017-09 (5)
- 2017-08 (1)
- 2017-03 (6)
- 2017-02 (4)
- 2016-12 (2)
- 2016-11 (2)
- 2016-10 (2)
- 2016-09 (3)
- 2016-08 (2)
- 2016-07 (7)
- 2016-06 (14)
- 2016-05 (13)
- 2016-04 (13)
- 2016-03 (29)
- 2016-02 (3)
- 2016-01 (2)
- 2015-12 (4)
- 2015-11 (5)
- 2015-10 (4)
- 2015-09 (5)
- 2015-08 (7)
- 2015-07 (5)
- 2015-06 (9)
- 2015-05 (7)