SCP 命令

By | 2022年11月23日
#【linux -> linux】
# jenkins 上执行此命令,将打包产品复制到测试服务器 192.168.3.222
scp /home/jenkins/workspace/feek8s-2/build/target/feepolicy-*.tar.gz root@192.168.3.222:/home

#【windows -> linux】
# windows 安装 git,将 jelasticsearch-6.2.4.zip 拷贝到 linux 上,linux 需用 root
scp "/D/ElasticSearch/elasticsearch-6.2.4.zip" root@192.168.3.222:/home

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注