Re: Follow Symlink does not work
I assume the previous target of the symlink in cached into WinSCP configuration.
You should run your script in an isolated environment, using
https://winscp.net/eng/docs/scripting#configuration
The
You should run your script in an isolated environment, using
/ini=nul
, so it does not get affected by any cache:
https://winscp.net/eng/docs/scripting#configuration
The
FollowDirectorySymlinks
has nothing to do to with this.