Implementing SFTP Receive in EBI 2.6

Implementing SFTP Receive in EBI 2.6

Below are the requirements to setup SFTP Receive in EXTOL Business Integrator Business Process Script.
1. Storage Node.

  • Step: Assign a Storage Node Variable

2. Server Username.
  • Step: Assign Constant/Variable for SFTP username

3. Server Password.
  • Step: Assign Constant/Variable for SFTP password

4. Server Hostname/IP.
  • Step: Assign Constant/Variable for SFTP server address

5. SFTP Port.
  • Step: Assign SFTP port for server
  • Note: Customarily this is port: 22

6. SFTP Remote Path.
  • Step: Assign constant/variable SFTP remote path

7. SFTP Local Path.
  • Step: Assign constant/variable SFTP local path

8. Delete Remote File(s).
  • Step: Assign Boolean (True/False)

9. SFTP Connection Timeout.
  • Step: Assign constant/variable for timeout period
OPTIONAL SETTINGS
1. SFTP Filenames -- array.
2. Filename Filter -- variable/constant.


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.