pult / libssh2_delphi

delphi pascal libssh2 ssh2 sftp libssh2.dll
81 stars 30 forks source link

Does it support Socks5 proxy? #12

Closed edwinyzh closed 4 years ago

edwinyzh commented 4 years ago

Thanks to the original author and @pult for improving this library!

Does the SFTP component support connecting through Socks5 proxy? If yes, how?

Thank you!

pult commented 4 years ago

it is only wrapper for libssh2.

pult commented 4 years ago

Alternative: A dynamic link library with Delphi and C++ bindings based on PuTTY (https://github.com/superflexible/TGPuttyLib)

edwinyzh commented 4 years ago

it is only wrapper for libssh2.

I know. A google search doesn't reveal that it supports socks5 proxy though.

Yes, TGPuttyLib is great!