receiver的上传path不能动态的进行配置,看源码它路径写死了/receiver,提供动态配置岂不是更好,因为在项目比较复杂时可能/receiver被占用了,本人项目开发中就遇到这种情况;so,希望能够提供动态配置receiver的path。如:
fis.match('*', {
deploy: fis.plugin('http-push', {
receiver: 'http://<host>:8999/xxx/yyy/filereceiver',
//远端目录
to: '/home/fis/www/'
})
})