Re: [Clamav-devel] databasemirror protocol support

2019-06-20 Thread Franky Van Liedekerke
Hi Micah, Nice to hear. Then I'll just have to wait for the next version to be released :-) Regards, Franky Op Donderdag, 20-06-2019 om 15:27 schreef Micah Snyder (micasnyd): Franky, Yes that will also work. To test, I set up a simple http server with python in a directory containing:   share

Re: [Clamav-devel] databasemirror protocol support

2019-06-20 Thread Micah Snyder (micasnyd)
Franky, Yes that will also work. To test, I set up a simple http server with python in a directory containing: share/mirror/: python -m http.server --directory . 8080 Then in my freshclam.conf, I set: ScriptedUpdates no DatabaseMirror http://0.0.0.0:8080/share/mirror

[Clamav-devel] databasemirror protocol support

2019-06-20 Thread Franky Van Liedekerke
Hi, I see in this (big) change:  https://github.com/Cisco-Talos/clamav-devel/commit/694e788265937a0b7fea9e27c933d0b53e3e5b23 that DatabaseMirror and DatabaseCustomURL will support protocols (http, https, ...). Now I have a question: does this also support subdirectories then? E.g. will I be able t