linux copy files to another server

Copy files

scp file_name user_name@remote_ip:file_path

Copy the folder

scp -r file_name user_name@remote_ip:file_path

Transfer: https://zhangxing119.iteye.com/blog/2149274 

Guess you like

Origin blog.csdn.net/u_7890/article/details/90751933