How to get Host values in FTP scope activity?

Hello, guys!!
I need to use FTP, so I used FTP scope in that I needed to pass a host value. I don’t know how I have to get this host value.

I refer to this documentation [with FTP Session (uipath.com)]. (https://docs.uipath.com/activities/docs/with-ftp-session)
But I am unable to get to where I need to get from the remote desktop server.

Kindly help me @Palaniyappan fix this issue.

Thanks in advance

  • Host - The URL of the FTP server that you want to connect to. This field supports only strings and string variables.
  • Port - The port of the FTP server that you want to connect to. This field supports only integers and Int32 variables.

How do you want to connect and use this FTP Session activity if you don’t know such information? How do you connect remotely to your FTP server?

Firstly get the needed details for connection, try in a third-party tool (PuTTy or WinSCP), and then try in UiPath.

Check this post also With FTP session activity is not working - #2 by marian.platonov