×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
 
Excellent, I'm going to have to review Scott's API.  However I recently wrote a FTP Scripting service program.  It currently uses SQL to check the output for:
     D FTP_STS_HOST1   S             13a   Inz( 'Unknown host%' )
     D FTP_STS_HOST2   S             17a   Inz( 'Cannot find host%' )
     D FTP_STS_LOGIN   S             32a   Inz( '530 Login or Password +
     D                                     incorrect.' )
     D FTP_STS_OK1     C                   '226 File received ok.'
     D FTP_STS_OK2     C                   '226 Transfer complete.'
     D STS_BADLOGIN    C                   'Failed to Login: '
     D STS_BADSERVER   C                   'Failed to Connect to Server: '  
-Kurt
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Wednesday, November 02, 2011 10:01 AM
To: Midrange Systems Technical Discussion
Subject: Re: FTP actual delivery confirmation
I've not used it, but does this tell you what confirmation messages may be received?
http://www.scottklement.com/ftpapi/
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.