I’m kind of a rookie with UiPath. I need to move some old files locally from one drive to another (C:\source to D:\destination) on a remote server. Initially I was trying with RDP but the computer vision didn’t work well for me. I was thinking on the “Invoke powershell” activity and make a script, but I still can’t make it work.
Not really sure if it’s the best approach or not, but maybe you can create a script that connects via SSH to the remote server and executes a series of commands?