wolfssh icon indicating copy to clipboard operation
wolfssh copied to clipboard

keep trailing delimiter with SFTP open

Open JacobBarthelmeh opened this issue 1 year ago • 0 comments

ZD 18566

Fix for SFTP cases with trailing delimiter.

OpenSSH client 9.6 (which does a SFTP command instead of SCP, -O restores using SCP protocol)

mkdir /tmp/subfolder
scp /tmp/test.txt [email protected]:/tmp/subfolder/test/

Before this change wolfSSH would allow test.txt to be copied to /tmp/subfolder/test. After this change the command correctly fails.

JacobBarthelmeh avatar Sep 30 '24 21:09 JacobBarthelmeh