How to send file using SFTP?

    I want to transfer one file using SFTP. Can anyone please suggest me an idea on this

Thanks & Regards.

Maybe you like to use WinSCP by command line:

1 Like

how to use it in uipath? without using commands… Can you please suggest any method

You will have to figure out command line params for your use case, I dont know your host names and passwords and other requirement. Then test these on command line in windows. If it works put it in a StartProcess acitvity.

Checkout this, replace inner operation by upload, not possible on this server:
test-ftp.xaml (6,3 KB)

2 Likes

I cannot find the activity here

Go to package manager and insert FTP activity:

okay…Got it

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.