Hi,
I’m trying to use the UiPath.FTP.Activities package to connect to a SFTP server using a private RSA key. When doing so I get an error :
“String reference not set to an instance of a String, parameter name s”
I get this error because I left the password field empty. If I put an empty string instead I get a Permission denied (password) error because it’s trying to log using the password.
I think the activity is always trying to connect using the password. Even when I don’t want to because i’m using a private key.
Any tips about what I can do ?
Regards.
17 posts - 5 participants