CentOS - How to Copy Files Using SSH April 24, 2012 Get link Facebook X Pinterest Email Other Apps 1. You can copy file using ssh by run scp command like this: [code]scp /usr/file.txt root@10.10.10.10:/home/[/code] 2. You need to enter the password and file will start copying. Comments
Comments
Post a Comment