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



We have a need to move stream files between the IBM i server and Windows servers.

I know I can use FTP. My question here is about what is possible. Since FTP and HTTP are both TCP/IP protocols, it should be possible to move files between the IBM i server and Windows servers using HTTP\HTTPS.

Suppose I have an Apache web serve set up on the IBM i server and an IIS web server set up on a Windows server. Here are the processes I want to accomplish.

FROM IBM i TO WINDOWS (INITIATED ON IBM i)
1. A COBOL or RPG program populates a DB2/400 physical file with data based on business logic.
2. A CL program uses the CPYTOIMPF command to create a stream file in the IFS based on the physical file.
3. A process on the IBM i sends a PUT or POST HTTP request to the IIS web server in order to move the file to the Windows server for storage.
4. A CL program uses the RMVLNK command to delete the file from the IFS.
How do I achieve step 3 above?

FROM WINDOWS to IBM i (INITIATED ON IBM i)
Here is another process I want to achieve:
1. A process on the IBM i sends a GET HTTP request to an IIS web server to get a file and store it in the IFS.
2. A CL program uses the CPYFRMIMPF command to upload the file into a DB2/400 physical file.
3. A COBOL or RPG program then processes the DB2/400 file using business logic.
How do I achieve step 1 above?

I suspect I will be able to do the above processes with Node.JS on the IBM i. But I don't have Node.JS yet. So what other ways might I accomplish step 3 in the first process and step 1 in the second process?

Thanks,

Kelly Cookson
IT Project Leader
Dot Foods, Inc.
1.217.773.4486 ext. 12676
kcookson@xxxxxxxxxxxx<mailto:kcookson@xxxxxxxxxxxx>



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.