I have some n number of files in a directory on my unix system. Is there a way to write a shellscript that will transfer all those files via scp to a specified remote system
What about wildcards or multiple files?
scp file1 file2 more-files* user@remote:/some/dir/