Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH related fixes #3829

Merged
merged 2 commits into from
Jun 4, 2023
Merged

SSH related fixes #3829

merged 2 commits into from
Jun 4, 2023

Conversation

TranceLove
Copy link
Collaborator

Description

Fixes SSH I/O related problems, as well as adding input filter to default path at SftpConnectDialog to prevent illegal characters.

Issue tracker

Fixes #3543
Fixes #3805

Manual tests

  • Done

  • Device: Pixel 6 emulator

  • OS: Android 13

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

- fix create dir failure when copying folder structure
- when using SftpClientTemplate, closeClientOnFinish flag should set to true; it only closes the SFTPClient but not the underlying SSHClient session. This should help avoid the problems with SFTPClient sessions, breaking the whole SSH session altogether
@VishalNehra VishalNehra merged commit 56dc303 into release/4.0 Jun 4, 2023
4 checks passed
@VishalNehra VishalNehra deleted the bugfix/3543 branch June 4, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi copy over SSH fails Error opening SFTP connection with public key
2 participants