https://github.com/dotnet-labs/sftpservice
Working with SFTP in .NET Core
https://github.com/dotnet-labs/sftpservice
dotnet dotnetcore sftp sftp-client
Last synced: 9 months ago
JSON representation
Working with SFTP in .NET Core
- Host: GitHub
- URL: https://github.com/dotnet-labs/sftpservice
- Owner: dotnet-labs
- License: mit
- Created: 2020-07-08T15:03:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T18:56:23.000Z (about 2 years ago)
- Last Synced: 2025-03-24T22:40:48.644Z (10 months ago)
- Topics: dotnet, dotnetcore, sftp, sftp-client
- Language: C#
- Homepage:
- Size: 72.3 KB
- Stars: 50
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# SFTP in .NET Core using SSH.NET
The demo works both on Windows and Linux. List files in remote server, download a file, upload/delete a file.
## [Medium Article](https://codeburst.io/working-with-sftp-in-net-core-f1f464ab06f8)

## License
Feel free to use the code in this repository as it is under MIT license.