Caching returning wrong directory, can I turn it off?
I am using WinSCP scripting to upload files to the same server, but different folders. I use separate scripts for this. I call these at least twice an hour. It looks like the directory caching is failing and it is causing the files to not be uploaded properly. One script I am attempting to change the directory to
See the log below:
It then attempts to upload the files to the wrong directory, but from what I can see – the file goes into the void. It never shows up anywhere even though it spends time sending it.
I use the
...eaimages
and it looks like it is changing it to ...mfimages
. mfimages
is used in the other script and I don't know how/why it is popping up here.
See the log below:
2014-06-03 12:51:30.382 Script: cd /public_ftp/eaimages 2014-06-03 12:51:30.382 Cached directory change via "/public_ftp/eaimages" to "//PWD/public_ftp/mfimages=//PWD/=//PWD"/. 2014-06-03 12:51:30.382 Getting current directory name. 2014-06-03 12:51:30.382 Script: //PWD/public_ftp/mfimages=//PWD/=//PWD 2014-06-03 12:51:30.383 Script: put "C:\....." 2014-06-03 12:51:30.383 Copying 1 files/directories to remote directory "//PWD/public_ftp/mfimages=//PWD/=//PWD"
I use the
/public_ftp/mfimages
in another script so I can see why it is caching. I just think there is a bug and I don't want to mess with it. I just want to turn off caching for now and get this working again.