FTP file protocol/URL error
Scenario:
Apply EBI FTP adapter to perform FTP GET.
Issue:
Unable to perform FTP GET due to improper syntax
EXTOL error message:
2013-04-07 11:36:28,989 ERROR [com.extol.adapters.ftp.FTPInteraction]
Error forming archive directory URL: no protocol: /extol/QA/Inbound/Data Exception message: no protocol: /extol/QA/Inbound/Data
Localized exception message: no protocol: /extol/QA/Inbound/Data
Exception detail:
java.net.MalformedURLException: no protocol: /extol/QA/Inbound/Data
at java.net.URL.init(URL.java:568)
Resolution:
Update EBI FTP adapter to add the text "file:/" to the archive directory field.
By: Sean Hoppe on