SCP Transfering Files
Hello,
If I wanted to copy many DB files from on Linux host to another Linux host.
Would log into the server I want them copied to and the directory they are located.
then copy from the following host:
scp XXXX@host:/oracle//20070717.XXX 20070717.XXX
is there a way to copy many files at once like using a wildcard and keep the files current names ?
Or is there a better way.
Thanks..