pyscripter / Ssh-Pascal

Delphi ssh library wrapping libssh2
MIT License
79 stars 33 forks source link

added callback as a method (in addition to the function based callback) #13

Closed dummzeuch closed 2 weeks ago

dummzeuch commented 2 weeks ago

The existing code only allows for callbacks in the form of a plain function. This patch adds the option to use a method based callback instead.