Hello,
I am trying to connect to a sever using Putty, I have configured as below- It just open as aBlank screen, any faced the same issue, any resolution?
Hello,
I am trying to connect to a sever using Putty, I have configured as below- It just open as aBlank screen, any faced the same issue, any resolution?
Can you add the correct hard coded credentials (SSH Password and SSH Username) in the activity Properties and retry?
If it is working, that means the Orchestrator credentials needs to be re-adjusted.
Did you check if you satisfied all the prerequisites for the direct connection and restart the Studio machine?
ttermdotnet.dll . If you use this provider, you need to allow the loading and execution of this library.Are you trying to download EDI files off that Linux box?
You may be able to use SFTP for that. Try the UiPath SFTP/FluentFTP first; if that doesn’t work because of the special certificate configuration etc, try using WinSCP and SFTP.
Hello @marian.platonov ,
I have checked the configuration, it looks like it satisfies the prerequisites -please check below
I could not find ttermdotnet.dll in studio folder, how to do this
ttermdotnet.dll . If you use this provider, you need to allow the loading and execution of this library.Hello @sudster,
I am trying to access the logs and view server archive of file uploads and downloads.
Process is to perform audit on the server files and check if we had received any files from client on a specific day.
They have asked us not to download any files from the server due to compliance issues.
so, we decided not to use SFTP.
Is there any better way to do it?
I wouldn’t say better or worse, but all modern Windows versions have built-in support for OpenSSH. This means you can connect to a Linux machine from Windows using Powershell or CMD by running an SSH session. Maybe, give that a go before you battle it out with PuTTY.
Depending on how comfortable you are with Linux and the level of access you have on the server, you may be able to spin up a quick and dirty web API on the Linux box. Have a read here: Turning a Shell Script Into a Web API | by Costa Paraskevopoulos | Medium
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.