I was going to suggest scripting curl as an option (doing HTTP/S) - you don't need to use OSMF to use curl
Jerry Whitteridge [email protected] Manager Mainframe Systems & HP Non-Stop Albertsons Companies -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Andrew Rowley Sent: Sunday, March 28, 2021 4:47 PM To: [email protected] Subject: EXTERNAL EMAIL: Re: IND$FILE and zFS? On 29/03/2021 10:09 am, Radoslaw Skorupka wrote: > However everytime someone ask about IND$FILE of transfer of 600 files > we see "FTP is NOT an option". Why? Well, there are reasons. Maybe not > reasonable, but there are. Last, but not least: still unsolved! So > still we will observe such questions and problems. I understand there are sites that prohibit FTP. I am sure it is less common to prohibit HTTPS. There may be sites that don't allow file transfers to/from the mainframe - but I doubt IBM wants to enhance IND$FILE to help people circumvent site policy on file transfers. > zOSMF? I'm sorry, but I bet it is less common than FTP. And as far as > I can guess it cannot be automated like FTP (read: batch). > And of course one size does not fit all. Some would need compression > of transmitted data (what bandwidth do you have?), some would prefer > IND$FILE and some just FTP or FTPS or SFTP. IBM obviously intends that z/OSMF will be used everywhere as a required component of z/OS. I have automated both z/OSMF and FTP and I would say z/OSMF is far easier. It can be done from any language that can make HTTPS requests i.e. you can start with curl. The REST APIs are probably the best and most useful feature of z/OSMF. Compression is not required, but it is an option selectable using the Accept-Encoding: gzip header, i.e. a standard feature supported by most clients. I see nothing wrong with using FTP etc. But if you need new features they might already be there in z/OSMF, and there is pretty much zero chance they will be added to IND$FILE. -- Andrew Rowley Black Hill Software ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ________________________________ Warning: All e-mail sent to this address will be received by the corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain proprietary information and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ________________________________ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
