SFTP Error: MGET Incorrect Filename Pattern

SFTP Error: Server Unavailable


Scenario:

Created SFTP PUT Business Process Task. Business Process Script is attempting to send a single file via SFTP PUT.

Issue:

EXTOL SFTP PUT Client is error'ing when trying to send single file.

EXTOL error message:


Starting SFTPClient
There was a problem establishing the connection to the SFTP Server: java.net.ConnectException: Connection timed out: connect
Check the following settings for correctness:
Server Hostname
Server Port
Server Username
Server Password
Also verify the remote SFTP server's SSH key has been added to the SSH Key Manager.
Completed Task.


Resolution:

Contact SFTP administrator. The SFTP server was down and unavailable.



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.