Mark Junker
Mark Junker
It seems that there was a similar problem in #74 and it seems that the order of the `IAccountDirectoryQuery` registration is important. It has the be registered **after** the `AddFtpServer`,...
This would be a new feature.
It seems that you forgot to configure the root path for the FTP server. Here's an example from the [README.md](https://github.com/FubarDevelopment/FtpServer/blob/master/README.md). ```csharp services.Configure(opt => opt .RootPath = Path.Combine(Path.GetTempPath(), "TestFtpServer")); ```
TBH: I don't know where the error comes from. Do you have a stack trace?
Um, do you mean SFTP or FTPS? This project only supports FTPS, because SFTP is a completely different protocol (AFAIK).
No, because Azure is too expensive for me ðŸ˜
Sure, I'd like to try it. I guess that it's OK to test with the Azure Storage Emulator first.
@fabich I experimented a little bit with Azure Blob Storage, but it's not that easy. * Support for different blob types * FTP extension to switch between the types of...
@fabich You can contact me through the contact form of [my web site](https://www.fubar-dev.io/contact). EDIT: I couldn't find your email address and I don't want to post it publicly.
I saw this project. It all depends on the customers needs. This file system might not be as flexible as it needs to be.