I am automating the process of downloading/uploading files from an FTP server. I am using an FTP activity, and the FTP session was connected to the Directory Exist activity first, and I got the correct response.
I need to iterate through each file in the directory, so I used Enumerate Objects and its giving below error.
“Enumerate Objects: One or more errors occurred. (Unsupported object type encountered.)”
Any help is much appreciated