mkerost

Results 7 comments of mkerost

I've already somewhat fixed this in my fork (which I will put in a proper merge request when I get a free chunk of time). It supports having files open...

I will try to submit a merge request by the end of the weekend. ashkulz will need time to review it.

If you are interested in testing out my fork, you can download a compiled dll version here: http://wikisend.com/download/454252/NppFTP.dll For changelog, see: https://github.com/ashkulz/NppFTP/issues/20

Just need to find a day to redo the coding and put in a proper git request. Wish it wasn't the busy time of year for me. :(

It might be possible to do this by superclassing the MessageProc. I'll try to get some time to experiment. What is 'modification detection'? Is this an add-on or built in?

Same issue trying to use Cloudflare DNS-01. I get same `Can not find dns api hook for dns_cf` OPNsense 24.1.6-amd64 ACME 4.2 EDIT: I tried some debugging; these are the...

HACKY FIX. So based on my previous post, I did the following work around and symbolically linked to the dnsapi folder from LE working directory: ``` ln -s /root/.acme.sh/dnsapi /var/etc/acme-client/home...