I'm trying to scp
a file with it's alias. How can I achieve this?
Asked
Active
Viewed 227 times
3 Answers
1
Have you tried scp with -E flag?

vartec
- 6,217
- 2
- 33
- 49
-
An alias is *not* the same as a symlink, and it will break with this method. – Sven Mar 01 '11 at 15:07
0
You could use the osascript
command to run an AppleScript that dereferences the alias and returns the path to the original.

LaC
- 101