Re: Symbolic Links not working for DotNet GetFiles in FTP
Normally, when you do
cd /path/symlink
, you actually end in /path/symlink
, not in /symlink_target
. While with your server, you actually end in /symlink_target
. WinSCP cannot handle that.