You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to connect, at least through SCP, to a remote host, the application will crash if the provided Default Local Working Directory does not exist.
Steps to reproduce
Enter a non-existent directory in the Default Local Working Directory text box
Fill in connection details for the remote host
Press Enter
Expected behaviour
A clear and concise description of what you expected to happen.
Environment
OS: MacOS
Architecture: Arm
Rust version: 1.83
termscp version: 0.16.1
Protocol used: SCP
Remote server version and name: Any
Log
thread 'main' panicked at src/filetransfer/host_bridge_builder.rs:14:47: Failed to create Localhost: HostError { error: NoSuchFileOrDirectory, ioerr: None, path: Some("/as;dfasdf") } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Description
When trying to connect, at least through SCP, to a remote host, the application will crash if the provided Default Local Working Directory does not exist.
Steps to reproduce
Expected behaviour
A clear and concise description of what you expected to happen.
Environment
Log
thread 'main' panicked at src/filetransfer/host_bridge_builder.rs:14:47: Failed to create Localhost: HostError { error: NoSuchFileOrDirectory, ioerr: None, path: Some("/as;dfasdf") } note: run with
RUST_BACKTRACE=1environment variable to display a backtrace
The text was updated successfully, but these errors were encountered: