1.Where i need to run some scripts on Putty to generate a csv file which will be saved on Win SCP server.
2.Later need to Download the csv files from Win SCP to Local machine for some Excel operations.
Kindly address how to integrate UiPath with Putty & WinSCP. I have gone through so many documentations but I can’t find a clear steps or videos for integration.
kindly help me with this scenarios also please share if you have any Xaml files for reference…
Use FTP Activities instead of WinSCP to connect to the server via SFTP and retrieve the file.
If for some reason FTP activities don’t meet your needs and you need to operate WinSCP, I recommend you to execute it by command line by using Start Process Activity. More information on WinSCP command line arguments: Command-line Options :: WinSCP
Hi @dokumentor , Thanks for your reply.
As i’m struggling to get values which we need to pass through SSH & FTP Connection Scope.
Could you please provide any detailed documentation of how to make SSH & FTP connection with UiPath if you have?
In Both SSH and FTP Scope what are the values we need to pass also how we can get those.