Can I make scp ask before overwriting an existing file?
- by Boldewyn
Is there a possibility (man scp didn't reveal any) to make scp interactive like cp -i? That is, scp asks, if the target exists, if it may overwrite it?
If yes, does it work locally and remote?
If no: Let's alias it! But I hope for a simpler solution.