Error-----when trying to connect to a SFTP server with a private key and without password

Hi Everyone,

I have a private and public key in c drive

How to connect sftp server using uipath.ftp.activities.withftpsession??

I have provided the below details to the property

Username
hostname
portnumber
password as String.Empty
client certificate path ----passed the private key path

But I am getting invalid private key file error

Please some one help me out from this

@ovi

1 Like

Please help me sir

@loginerror

Try Converting the ppk file to openssh format. Then pass the path of the converted file to Client Certificate field. It will work.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.