Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

kacton

Works fine now in v5.9.1 from Windows cmd and from PowerShell v5.
Thanks you for sorting this out.
martin

Re: "No mapping for the Unicode character ... multi-byte code page" after installing v. 5.9

This bug has been added to the tracker:
https://winscp.net/tracker/1447
kacton

Debug run

I have run the debug version and sent the zipped log files attached to an e-mail to you.
martin

Re: "No mapping for the Unicode character ... multi-byte code page" after installing v. 5.9

Thanks for your report.
I have sent you an email with a debug version of WinSCP to the address you have used to register on this forum.
kacton

Re: "No mapping for the Unicode character ... multi-byte code page" after installing v. 5.9

Tried running open command with -rawsettings utf=1. This had no effect.
Similar problem recently posted in another part of the forum: https://winscp.net/forum/viewtopic.php?t=23458
kacton

"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