Hi,
I have some issue to connect to FTP server
as you can see got this
Execute failed: (“FTPListParseException”): null
I can connect into the FTP from Mozzilla from the same IP address
HERE the log
2019-09-02 16:12:30,641 : WARN : SwingWorker-pool-5-thread-5 : : TestConnectionDialog$TestWorker : FTP Connection : 0:498 : Couldn’t connect
it.sauronsoftware.ftp4j.FTPListParseException
at it.sauronsoftware.ftp4j.FTPClient.list(FTPClient.java:2221)
at it.sauronsoftware.ftp4j.FTPClient.list(FTPClient.java:2273)
at org.knime.base.filehandling.remote.files.FTPRemoteFile.getFTPFile(FTPRemoteFile.java:430)
at org.knime.base.filehandling.remote.files.FTPRemoteFile.exists(FTPRemoteFile.java:201)
at org.knime.base.filehandling.remote.connectioninformation.node.TestConnectionDialog$TestWorker.doInBackgroundWithContext(TestConnectionDialog.java:238)
at org.knime.base.filehandling.remote.connectioninformation.node.TestConnectionDialog$TestWorker.doInBackgroundWithContext(TestConnectionDialog.java:1)
at org.knime.core.util.SwingWorkerWithContext.doInBackground(SwingWorkerWithContext.java:106)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Thanks !
Gianpaolo