rest-ftp-daemon icon indicating copy to clipboard operation
rest-ftp-daemon copied to clipboard

A pretty simple but configurable and efficient FTP-client daemon, driven through a RESTful API, used by France Télévisions in production

Results 1 rest-ftp-daemon issues
Sort by recently updated
recently updated
newest added

I have built Docker image: ```shell docker build --no-cache -t rest-ftp-daemon:latest . ``` So it's ok, I just updated `bundler` version to `2.0.1`. But when I run Docker image: ```shell...