0

I'm trying to scp a file with it's alias. How can I achieve this?

Sven
  • 98,649
  • 14
  • 180
  • 226
Eonil
  • 10,459
  • 16
  • 36
  • 54

3 Answers3

1

Have you tried scp with -E flag?

vartec
  • 6,217
  • 2
  • 33
  • 49
0

I solved this by making symlinks instead of aliases.

Eonil
  • 10,459
  • 16
  • 36
  • 54
0

You could use the osascript command to run an AppleScript that dereferences the alias and returns the path to the original.

LaC
  • 101