I would like to scp about a half dozen files in a couple directories to the same directories on a target machine.
Without utilizing ssh keys, is this possible in one call?
For example:
scp /path/to/fileA,/anoth/erpath/to/fileB,/yet/more/files/* #continue next line
destination:/path/to,/anoth/erpath/to,/yet/more/files