FubarDevelopment / FtpServer

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

fix GetEntryByName for S3 File system #103

Closed BickelLukas closed 2 years ago

BickelLukas commented 4 years ago

The old implementation hat a problem when calling GetEntryByName for a Directory.

It would match the directory by prefix only. This means that a query for tes would be successful if a directory called test exists