robinrodricks / FluentStorage

A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
MIT License
263 stars 33 forks source link

For SFTP, support for path in connection string, various bug fixes. #26

Closed hakakou closed 1 year ago

hakakou commented 1 year ago

Fixes

Description

1) The connection string and the SshNetSftpBlobStorage creator supports a path string, to denote the root folder that all paths will be relative too. It's similar to the path in the load disk provider. For example:

sftp://host=host;path=/myfolder;user=username;password=pass

2) Various bug fixes, for example:

robinrodricks commented 1 year ago

Thank you so much!

robinrodricks commented 1 year ago

Released!

https://www.nuget.org/packages/FluentStorage.SFTP/5.2.2