Closed
Description
Kitty's ssh file copy feature does not properly escape whitespace (and probably more) in flienames
- See it fail, because the command that gets execute (in this example
ssh -o 'ControlPath=~/.ssh/kitty-master-717501-%r@%h:%p' -o TCPKeepAlive=yes -o ControlPersist=yes -o BatchMode=yes conserve cat '/tmp/space folder/iwanthis.txt'
) is improperly quoted. Should be something like... cat "'/tmp/space folder/iwanthis.txt'"
.