FTP File Exists won't change to true

I have a sequence that connects to an FTP server and lists the directories. I’m trying to use the File Exists activity to check the contents of each directory but it won’t change to True even when files are present.

If I use the Ennumerate Objects activity it does list the present files but still File Exists won’t find them.

Does anyone have a clue?

1 Like

@Ruben_Garcia - There is an bug filed with respect to this issue.

Hello, thank you for your prompt response. I found out that I have to put the complete name of the file as well.

Is there a way to just put the directory name and scan if there are any files within?