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

Added ChangeDirectoryAsync to SftpClient #1504

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

snargledorf
Copy link
Contributor

No description provided.

@snargledorf
Copy link
Contributor Author

May be relevant for #1415

Copy link
Collaborator

@Rob-Hague Rob-Hague left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Comment on lines +290 to +293
sftp.DeleteDirectory("test1/test1_1");
sftp.DeleteDirectory("test1/test1_2");
sftp.DeleteDirectory("test1/test1_3");
sftp.DeleteDirectory("test1");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume these will become async with your other PR

@@ -3993,6 +3992,36 @@ public void Sftp_ChangeDirectory_DirectoryDoesNotExist()
}
}

[TestMethod]
public async Task Sftp_ChangeDirectory_DirectoryDoesNotExistAsync()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like we have some duplicate/redundant tests between this and the "old" tests files 🤷

@Rob-Hague Rob-Hague merged commit 737c3e5 into sshnet:develop Sep 24, 2024
1 check passed
@snargledorf snargledorf deleted the cd-async branch September 25, 2024 11:50
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.

2 participants