Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Replace scp entirely' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Replace scp entirely
Authored by: VxJasonxV on Mon, Jul 14 2008 at 1:09PM PDT
If you're never worried about using scp itself, I'm fairly sure you <em>can</em> alias straight over the scp command.

alias scp="rsync --partial --progress --rsh=ssh"

Anytime you run scp from that point forward, it should instead execute rsync.

[ Reply to This | # ]
Replace scp entirely
Authored by: VxJasonxV on Mon, Jul 14 2008 at 1:11PM PDT
And of course, I left the post mode on Plain Old Text.

*sigh*

Defeated Again.

[ Reply to This | # ]