Recursive support
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
I noticed that it takes for ever to do list directory due to all the recursive calls I need to do. It would be great if we could do recursive operations on things like list and copy directory: https://unix.stackexchange.com/questions/26934/using-sftp-to-transfer-a-directory
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing SSH.NET's existing SFTP directory-listing and copy operations, along with the linked Unix Stack Exchange example. Define how recursive listing and copying should work and add coverage for directory trees; the issue is done when callers no longer need to manage the recursive calls themselves.
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
- 30/100