I was wanting to use scp
to move some files and overwrite any existing instances of these files on the destination server. Some of them may be read only which, of course, courses the scp
to fail with "permission denied". I couldn't seem to find a --force
type switch for scp
; is this possible?
I am aware of rsync
but this is not currently available on the destination server.