Follow Symlink does not work
Hi,
I use version 6.1.2 of WinSCP and I try to use the following script to reach a folder on a linux machine.
The folder
WinSCP gets it wrong. It interprets it as
In the screenshot you can see the filesystem output of the symlink. What is wrong in my script?
I use version 6.1.2 of WinSCP and I try to use the following script to reach a folder on a linux machine.
open ftp://user:password@213.22.21.24/ -hostkey="ssh-rsa 1024 1e:12:13:3e:08:bb:d4:7a:02:b8:5d:29:93:fe:df:14" -rawsettings FollowDirectorySymlinks=1 cd /deployments/approval/latest/files/plugins/uploads
The folder
latest
in the path is a symlink, that points to the current release version.
WinSCP gets it wrong. It interprets it as
release-11
not release-13
.
In the screenshot you can see the filesystem output of the symlink. What is wrong in my script?