"No mapping for the Unicode character ... multi-byte code page" after installing v. 5.9
Have been successfully running three separate PowerShell ( v.5) script jobs, under Windows 10 Home, to call WinSCP (version 5.7.5) to use SFTP to upload, download, and synchronize files.
Downloaded and installed version 5.9 of WinSCP and now get above error from the three jobs.
Ran call to WinSCP.com from a Windows .bat file and still get the same error as when running from PowerShell. No WinSCP log is produced unfortunately.
Powershell code line:
winscp.com /script="$WinSCP_Dir\WinSCP-cmds.txt" /log="$winscp_log" /loglevel=1 -timeout=60 1>>$progress_log
WinSCP command script (passwords etc. altered but same character set used):
option batch abort
option confirm off
open sftp://u12345678-abc_test:3y49anPgr@abcd123456789.1and1-data.host
put -transfer=binary mytest.txt
close
exit
Downloaded and installed version 5.9 of WinSCP and now get above error from the three jobs.
Ran call to WinSCP.com from a Windows .bat file and still get the same error as when running from PowerShell. No WinSCP log is produced unfortunately.
Powershell code line:
winscp.com /script="$WinSCP_Dir\WinSCP-cmds.txt" /log="$winscp_log" /loglevel=1 -timeout=60 1>>$progress_log
WinSCP command script (passwords etc. altered but same character set used):
option batch abort
option confirm off
open sftp://u12345678-abc_test:3y49anPgr@abcd123456789.1and1-data.host
put -transfer=binary mytest.txt
close
exit