Hello,
I use UniversalDataReader for reading file from ftp server. I set File URL according to the template below:
ftp://user:password@server/path/filename
When I run the graph in GUI, there are no errors, but UniversalDataReader returns no rows.
When I copy a file from ftp server to a local disk set File URL for reading data from a local disc then I get data from this file during graph execution.
Could you say me how to avoid the problem with ftp?