Hello,
I am trying to read files from my SFTP using file reader operator. In the
property I added this lines:
<property>
<name>dt.application.FileIOCourse.operator.read.prop.directory</name>
<value>sftp://username:password@host:port/path</value>
</property>
It is giving me error saying "Cannot create a path from a null string".
and if i change SFTP to FTP than it gives me following error:
MalformedServerReplyException: cannot parse response code
What am i doing wrong here.
Thank You,
Jaikit Jilka