| Summary: | failure and crash on non-ASCII characters | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | towo |
| Component: | sftp | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | REOPENED --- | ||
| Severity: | major | CC: | djm, dtucker |
| Priority: | P5 | ||
| Version: | 6.2p1 | ||
| Hardware: | Other | ||
| OS: | All | ||
|
Description
towo
2013-09-06 01:47:45 AEST
the second issue sounds like bug #1990. probably the first one too. Retestet with latest snapshot on cygwin (after typcial build troubles...): put xäb works now put xä^Häb does not: Backspace removes only a byte, not the character! put x<TAB> does not crash anymore, but does not work either: instead of a completion result, it just appends a few spaces Is this still the case? Please reopen this bug if it still affects you? close bugs that were resolved in OpenSSH 8.5 release cycle Retested with sftp 8.5 (on cygwin): filename completion works and subsequent transmission of files with non-ASCII filenames works, however, manual entry (including copy/paste) of non-ASCII filename characters still fails, they are silently ignored |