Dino Korah
Dino Korah
Is it possible to use ssh-agent / Pagent to authenticate over SCP / FTPS? If not please can this be added using https://github.com/ymnk/jsch-agent-proxy
Also adds a reusable debug macro `debug_printf`. Fixes feature request #93
Will be super to have support for this. https://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html
I know it is probably a subtle / insignificant thing in comparison to everything else about this project, but it is a good thing to do, especially for the sake...
Can you include one or more version macro variants in the header file please. ``` #define LIBS3_MAJOR_VER 2 #define LIBS3_MINOR_VER 0 ``` and / or ``` #define LIBS3_VERSION 020000 /*...
These are backward compatibility breaking changes WRT the config aspect. If the client-code does not specify Epoch, NodeBits or StepBits then there is very little ill effect. Wraps all node...
This resolves #36 and it is based off the pull request #33
### Use Case In cases where a process is constantly processing items, for speed of processing and for database efficiency, it is common practice to batch together records into a...
It seems that there are multiple places where references to the last open file is kept. It will be nice to first of all, merge the two configs into one,...
Most part of the change is to reduce global state, while keeping the API as close to original as possible. Please note that there are breaking changes, but I hope...