Hello
it would be very helpful,if somebody reply. i ve been on this errors all day.
Target is to access the SFTP server and download the files.
Errors are
**no1.*Access to Concut FTP site: The connection could not be made because the target computer denied it. (without setting the property value of client certificate pass) no2.Invalid private key (with set the property value of "C\Concur\bin\ftp\ssh\IMG_ppk.ppk" in the client certificate pass )
I put the sever info in the property, like this. QUESTION1. is it need to set the client certificate?
if yes, i put the .ppk file in the client certificate pass. is it correct?
should i change to the ssh key gen? if i should, how to change?
In my pc, i dont have permission to check the condition of SFTP sever and dont have any software related to FTP. I only get the info of FTP sever (username, password,port,…) from senior and told to use the ftp activity to access and download. What others things i should check with my senior. he can manually access the FTP sever .
Name the private key as xxxxx.pem (It should be a file ending with .pem extension) and save it
Use the same pem file certificate as an input for the certificate file in UiPath FTP Activities.
Try to connect in WinSCP also with the same pem certificate. It is working?
If you have a proxy on the Studio machine, the With ftp session activity will not work.
You can run the below command in cmd.exe to see if you are having a proxy in Studio machine:
netsh winhttp show proxy
If you have a proxy, UiPath dev team developed a prerelease version of UiPath.FTP.Activities that will be included in the next official release of this activity.