linux 把文件复制到另一台服务器上

复制文件

scp file_name user_name@remote_ip:file_path

复制文件夹

scp -r file_name user_name@remote_ip:file_path

转自:https://zhangxing119.iteye.com/blog/2149274 

猜你喜欢

转载自blog.csdn.net/u_7890/article/details/90751933