Adding this as I use it all the time but can never remember the exact syntax.
Copying a directory recursively from one host to another
scp -r LOCAL_DIR user@host:/remote_dir
Copying a directory recursively from one host to another
scp -r LOCAL_DIR user@host:/remote_dir
Comments
Post a Comment