TGPuttyLib icon indicating copy to clipboard operation
TGPuttyLib copied to clipboard

An SFTP client shared library (dll/so/dylib) with bindings and classes for C++, Delphi and Free Pascal based on PuTTY

Results 8 TGPuttyLib issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great software. I'm trying to add gputtylib.pas and gputtysftp.pas to a C++ Builder project. I can usually mix PAS and CPP with no problem, but I...

Where does TGPPuttyLib store known_hosts information on Windows?

It would be helpful to have an example of a generic C++ use of strings with STL that can run under Windows and Linux. The examples now are very specific...

Can ssh-shell commands be executed? Like libssh2 (https://www.libssh2.org/examples/ssh2_exec.html) + libssh2_channel_write libssh2_channel_read

The progress information during download (OnProgress event) is driven due to ```pascal if Assigned(TGPSFTP.OnProgress) then TGPSFTP.OnProgress(Offset+bufsize,false); ``` In write_to_stream(), is there a reason the same code is not in read_from_stream()...

Not really an issue but could you initialise **wlen**, **EClass** and **ErrAddr** in DownloadStreamP.pas to keep Delphi calm?

The declaration of the variable FPasswordAttempts is missing. `[dcc32 Fehler] tgputtysftp.pas(389): E2003 Undeklarierter Bezeichner: 'FPasswordAttempts'`

Hi all, please add option scp FATAL ERROR: Received unexpected end-of-file from server thanks in advance Andi