I tried passing just the certificate information from the client without user name, ending up in an authentication error.
Is it possible to create an FTP session using only certificate based authentication without a user name?
Also WinSCP client allows to authenticate using only certificate, it doesn't mandate user name. Where as from the programming side it is expecting user name.
I am passing the user name now and providing the certificate (along with certificate passphrase).
I am getting a access denied error to the FTP site. Please suggest on this. Attaching the log file.
Hi Martin, There was a confusion previously that winscp client was authenticating without user name but it prompted for user name later. So without user name authentication is not happening. I have configured FTP site for server based authentication and passing the certificate information from client, however there is a accessed denied error. Attached the log for same. Please suggest on this.
PS: Basic authentication is working fine with user name and pwd.