Synchronize crashing with can't initialize TLS library
I am using the latest version of WinSCP and am trying to use a simple script to push changes from one machine to another via the FTP server. The script is as follows:
I have removed private information but the connection is made and successful. The transfer starts and all is well for about 5 minutes. Then WinSCP crashes with:
This process has always worked using FTPMAP but was a little slow, so I am trying to see if WinSCP can be used to replace it.
Thanks, Ray
echo # Connect open ftpes://xxxxxxxx:xxxxxxx@xxxxxx:nnnnnn/ -certificate="xxxxxxx" -rawsettings ProxyPort=0 # Change directory lcd "E:\xxxxxxxx" cd /ServicesSTORE/ synchronize -delete -mirror -preservetime local "E:\xxxxxxxx" /ServicesSTORE/ close # Exit WinSCP exit
I do not know how to respond as Retry in the script, but also watched and responded manually. It continued to fail in the same way.Local 'E:xxxx\Results' <= Remote '/ServicesSTORE/xxxxx 'E:\xxxxx' <= Remote '/ServicesSTORE/xxxxxx'
Error listing directory '/ServicesSTORE/xxxxxxxx'.
Can't initialize TLS library
Could not retrieve directory listing
The data is invalid.
(A)bort, (R)etry, (S)kip: Abort
This process has always worked using FTPMAP but was a little slow, so I am trying to see if WinSCP can be used to replace it.
Thanks, Ray