Find today's date file from SFTP path in Uipath

Kindly help me out : Need to Find today’s date file from SFTP path(WinSCP) in specific folder in UiPath

@Kanu_Priya_Munja

is there any specific naming convention that is being followed…if so we cna use that to construct the name and pass

cheers

You can achieve this in UiPath by using the “WinSCP” activity package. Here’s a general outline of the steps you can follow:

  1. Install the WinSCP activity package in UiPath if you haven’t already.
  2. Use the “Connect” activity to connect to the SFTP server.
  3. Use the “Get Files” activity to retrieve a list of files from the specific folder on the SFTP server.
  4. Use a loop activity (e.g., For Each) to iterate through the list of files.
  5. Inside the loop, use an “If” activity to check if the file’s creation or modification date matches today’s date.
  6. If the file matches today’s date, you can perform further actions such as downloading the file or processing it as needed.

In UiPath, i can’t find the pacakage WinSCP activity, please help me out

1 Like

Hi,

Check this