benhj
benhj
Maybe consider moving to botan crypto api to allow for this?
Getting there. A little buggy but file and folder drop now seems to be working more or less.
`http_read` itself is complete on the `experimental` branch and can be used as written above. It uses `CURL` though and I'm not sure how ideal this is.. The functionality is...
Didn't mean to close :-D
Hi Chris, Many thanks for a great plugin. Just curious -- will the interactional element you mention be general across all commands? For example if I have a long compilation...
Sorry for the late reply. Assuming this is still of interest, I’ll look into this and get back to you. Cheers.
Yep, I think there is a bug in how the stream is being constructed. My fault since I’m doing the same thing in example.cpp. Looks like the open mode is...
Thanks Bob and apologies I only just saw this issue! I'll look into it! Thanks.
I just tried g++ -std=c++11 -I/usr/local/include -L/usr/local/lib example.cpp -lcryptopp -o example on a debian 8 machine and I didn't have any issues.. What version of cryptopp are you compiling/linking against?
Thanks, there's no issue linking against pthread if that's what you need to do. I used apt-get to install cryptopp which was probably linked differently than when you manually built...