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

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.