TGPuttyLib
TGPuttyLib copied to clipboard
Compile in Delphi fails: FPasswordAttempts not declared (tgputtysftp.pas 389)
The declaration of the variable FPasswordAttempts is missing.
[dcc32 Fehler] tgputtysftp.pas(389): E2003 Undeklarierter Bezeichner: 'FPasswordAttempts'
The variable was renamed to FAttempts, because when security scanners see anything related to "password" they freak out and flag security leaks.
I have fixed the reference in the latest commit (not in the release yet).