veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.71k stars 49 forks source link

[BUG] - Can't enter @ character in password input box #70

Closed BackSpace54 closed 3 years ago

BackSpace54 commented 3 years ago

Description

Can't type @ character in password box

Steps to reproduce

Set your SSH password with a @ character Try to input your password in password box Password is always invalid because @ character is escaped in TUI

Expected behaviour

Enable @ character as a part of a password and make it inputable in password box

Environment

Log

Additional information

FYI it's works if you provide the password with @ character in the CLI with the -P option

Nice app ;-)

veeso commented 3 years ago

Thank you very much for reporting the issue (and I'm glad you like termscp 🙂 )!

Fixed in 0.7.0, which will be released on the 12th of october.