× 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.



This is how I did it...

CPYF the database file to the IFS.
Run an RPG program to create a file that has all the FTP commands - called
EDIFTP
Override the FTP input and output files
     OVRDBF     FILE(INPUT) TOFILE(EDIFTP) MBR(*FIRST)
     OVRDBF     FILE(OUTPUT) TOFILE(EDILOG) MBR(*FIRST)
FTP the Remote system
     FTP        RMTSYS('###.###.###.###')
Reset the Overrides
     OVRDBF     FILE(INPUT)
     OVRDBF     FILE(OUTPUT)
Then I scan the log file for errors and send an email via Help Systems Alert 
product.

Allan






"Jim Wiedl" <WIEDLJ@timesaversinc.com>@midrange.com on 05/28/2002 11:32:05
AM

Please respond to mapics-l@midrange.com

Sent by:  mapics-l-admin@midrange.com


To:   <mapics-l@midrange.com>
cc:

Subject:  FTP


Has anyone used FTP to transfer a file from the AS400 to a server with a
automated program?



***********************************************************
This email has been scanned for viruses.
***********************************************************

_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/mapics-l
or email: MAPICS-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/mapics-l.






As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.