FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
472 stars 161 forks source link

Add azure blob storage support #127

Open dscherdi opened 2 years ago

dscherdi commented 2 years ago

Hi,

I added support for Azure Blob Storages. A new Project under Filesystem can be found with the implementation for Azure Blob Storages. The TestApp is also modified in order to be able to test the functionality. Any feedback is welcomed. Would appreaciate if we could publish the new package in order to use it in our real world projects.

Best Regards