如何使用命令从linux服务器下载文件到windows
Posted liuzhiqaingxyz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用命令从linux服务器下载文件到windows相关的知识,希望对你有一定的参考价值。
1.直接使用命令从linux下载文件到windows
//登录linux服务器导出mysql数据 mysqldump -hrm-2ze8mpi5i65429l1q.mysql.rds.aliyuncs.com -uchgg_erp_prod -pChggERPProd2017 -P3306 chgg_erp_prod >~/liudaoqiang/chgg_erp_prod.sql //在windows使用命令从linux下载文件,将文件下载到windows的桌面,注意中途需要输入linux服务器的登录密码 scp [email protected]182.92.109.130:/root/liudaoqiang/chgg_erp_prod.sql ~/Desktop
以上是关于如何使用命令从linux服务器下载文件到windows的主要内容,如果未能解决你的问题,请参考以下文章