Move files locally in a remote server

Hi everyone!

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.

Any ideas how can I make this work?

Thanks.

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?

Something like this: linux - write a shell script to ssh to a remote machine and execute commands - Stack Overflow

Then you can modify the process or script in order to accept custom arguments for the folder/file paths.