|
I just use the FTP option. When IBM sends me the email with the
particulars, I type those into a source member and use it as input into a CL
program, which is basically:
OVRDBF FILE(INPUT) TOFILE(CROWLIB/QFTPSRC) MBR(PTFS)
FTP RMTSYS('PTF.BOULDER.IBM.COM')
The script for the last Groups download I did is, for example:
anonymous somepword
NAMEFMT 1
LCD '/imgclg/CUME'
ascii
cd /ccss/lv1/us67151/b8467151/jerry/c
get ftpGroups.txt
get ilstGroups.txt
binary
get Groups_1.bin
get Groups_2.bin
get Groups_3.bin
get Groups_4.bin
get Groups_5.bin
get Groups_6.bin
get Groups_7.bin
quit
/imgclg/CUME is simply a directory on our System i.
There's a lot more to it, such as submitting it to batch, but I start it
before I leave work and everything is sitting and waiting for me
I had to go this route because our "new and improved" firewall didn't like
either long FTP sessions nor Download Director.
Jerry C. Adams
IBM System i Programmer/Analyst
--
B&W Wholesale
office: 615-995-7024
email: jerry@xxxxxxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.