wodSFTP.dll no error for incorrect password (General questions)
I have a form in Access 2003 that uploads some files using SFTP. It works as expected as long as the credentials are correct. If the credentials are wrong (ex. wrong password) the component connects , gives fingerprint and then just disconnects. No error is shown for invalid credentials. How can I determine that the connection failed due to wrong credentials?
Output (mix of statechange, lasterror and custom messages):
Bad password:
Connecting to server
HOST FINGERPRINT: 20:bd:66:66:63:a4:54:b7:cc:bd:ac:xx:xx:xx:xx:xx
Disconnected from server
DISCONNECTED!
password ok:
Connecting to server
HOST FINGERPRINT: 20:bd:66:66:63:a4:54:b7:cc:bd:ac:xx:xx:xx:xx:xx
Connected to server - idle
CONNECTED!
Sending data to server
PROGRESS 0/3444
PROGRESS 3444/3444
Connected to server - idle
DONE with no error
DISCONNECTED!
Version:
wodSFTP.dll 2.2.0.6
I know this is an old version but last time I tried to upgrade, the license key didn't work with the new version.