dx42 / MockFtpServer

Apache License 2.0
14 stars 3 forks source link

Provide REST API to FTP Server #24

Open jmizv opened 3 weeks ago

jmizv commented 3 weeks ago

Scenario

I have several microservices implemented in Java Spring Boot. One of these is putting files to a FTP Server based on the interaction with the other services. I want to test this scenario but because my test framework (Karate) can do REST API call best, I would be happy to access the files and folders in the MockFtpServer also via REST API.

For example, I certainly need to check whether some files exists and to download them via REST API.

Is this on your roadmap?

For inspiration, I'm also using MailDev as an Mock MailServer and it provides an REST API which I use to see whether some mails were send from my microservices.

chrismair commented 2 weeks ago

No, nothing like that is on the roadmap.