Posted in Command Line, Linux Copy Files using SCP Binny V A January 24, 2009 Leave a Comment on Copy Files using SCP Copy files/folder to a remote server. scp <file> binnyva@192.168.0.100:/home/binnyva/ scp -r <folder> binnyva@192.168.0.100:/home/binnyva/ Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.