I'm just playing around with Phing, and I've setup a task like this:
<scp .... >
<fileset dir="/my/dir">
<include name="**" />
</fileset>
</scp>
But it fails when it gets to a symlink within my directory (the symlink is a relative symlink pointing at another directory inside /my/dir structure
.
How can I have Phing transfer these symbolic links? Or should I use another method?