scp
Copying a directory to another
The directory or file can be copied to another location or will overwrite another file.
$ scp -r a_directory a_destination
Copy multiple files in different locations to a destination
$ scp file.txt joe@ahost.org:/path/to/me.txt another.tex a_directory/ \ joe@ahost.com:~/my_best_file.txt a_destination
[Click to add or edit comments])
Please prepend comments below including a date