## TITLE: SSH - HOW TO COPY FILES WITH SCP ## OS: BASH / SSH ## LAST DOC MODIFY: 2011-11-18 $ scp pax@machine1:/tmp/qq pax@machine2:/tmp/qq $ scp ~/filename.txt stevejobs@10.0.1.100:~/filename.txt (copy tool) (file to send) (username)@(desinationIP):(destination path/filename) # FLAGS -P specify port -q disables progress bar -r recursive copy __________________________________________________________________________________________ Copyright 2000-2011 Dylan Schneider. All Rights Reserved. This document uses unix line breaks(LF). Text on macnode.com is for example only, not as actual working instructions. Text on macnode.com should only be used as a guide, and only by advanced it professionals.