SFTP Error: MGET Incorrect Filename Pattern

SFTP Error: MGET Incorrect Filename Pattern


Scenario:

Created SFTP MGET Business Process Task. To retrieve the filename and other with the filenamepattern of ABCDEF_12345_1234.csv.

In the SFTP filename set-up, we used '*.csv'.

Issue:

EXTOL SFTP MGET Client is unable to process filename pattern: '*.csv'

EXTOL error message:


Mapped 22; class - java.lang.String to 22; class - java.lang.String
Mapped *.psv; class - java.lang.String to *.csv; class - java.lang.String
Starting SFTPClient
Establishing SFTP connection on:
Host: sftp.seanhoppe.com
Port: 22
SFTP connection established.
Establishing SFTP channel...
Establishing SFTP channel... Complete.
Retrieving list of file names from server...
Retrieving list of file names from server... Complete.
There was a problem creating the internal storage location: Dangling meta character '*' near index 0
*.csv
^


Resolution:

For our set-up we used '*_*_*.*'.



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.