FTP Error: MGET Incorrect Remote Directory

FTP Error: MGET Incorrect Remote Directory


Scenario:

We are trying to perform an FTP MGET via EBI FTP Adapter. We receive an error indicating Unable to Change Directory.

Issue:

The EXTOL MGET process errors after the connection to the FTP server is made. The directory specified in the FTP Adapter does not exist.

EXTOL error message:


EXTOL Business Integrator FTP MGET Error; Unknown directory

Resolution:

We need to udpate PATH in the FTP MGET Adapter to reflect the correct remote download directory.

EXTOL Business Integrator FTP MGET Adapter; Update remote directory



By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.