sshnet / sshnet/SSH.NET

New function to check directory exist or not ?

Open
#110 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
4.4k
Forks
993
Avg merge
9d 21h
Merged PRs (30d)
1

Description

There is any function which checks to validate directory exists or not in the Server like
if(Directory.Exists(path)) { //logic } else { //logic }

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking SSH.NET's existing APIs for remote directory operations and how server paths are represented. Determine whether a directory-existence check already exists; otherwise, clarify the intended API and behavior for the Directory.Exists(path)-style use case before defining what completion would require.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.