Is there a way to download file from sftp

Hi

Is there a way to download one file from sftp if you dont know the exact file name to be downloaded?

image

Here is the file lists I want to download one at a time and process it then proceed to next one now my issue is how can I download specific file if I don’t know the exact name of the file

I’m using UiPath.FTP.Activities

image

@joscares

You can use enumerate objects to get the list and then loop through each

Cheers