I am trying getting file list in a specific ftp directory I tried using uipath ftp activities but I did not find one that do it.
I looked for alternatives on internet and I found and example in vb.net so I decided to translate to uipath using activities.
However, there is a line ftp.SetWorkingDirectory(“/images”) that I don’t know what activity I need to use because I use assign activity but It shows a message indicate that the expression does not produce a value.
Can anyone suggest me or share the code to enumerate files from FTP or what datatype should be selected for the output (Files) for the activity- Enumerate objects. It is not taking datatable as datatype.
It suggests to select System.Collections.Generic.IEnumerable<UiPath.FTP.FtpObjectInfo>. How to iterate to get file names.