Jim,
I used the same method when the cume first came out. Put it in before I left for the day, and everything was down in the image catalogue when I got back the next day.
I did have problems, because of our "new and improved" firewall with Download Director and interactive FTP, but the batch script worked. Did you try Download Director? It's pretty neat (i.e., it'll download multiple images simultaneously), but you have to run it from your PC, not the i5.
Jerry C. Adams
IBM System i Programmer/Analyst
B&W Wholesale
office: 615-995-7024
email: jerry@xxxxxxxxxxxxxxx
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jim Essinger
Sent: Wednesday, September 10, 2008 2:00 PM
To: Midrange Systems Technical Discussion
Subject: Batch FTP failing to Fix Central
Hey all!
I am trying to run an iSeries batch script FTP to get the lastest cume
images from IBM. It always gets the first file, a small text, then it
sometimes gets the second file, another small text. It gets all or
part of the first (of 12) images, and then fails on all others. The
message I am getting is that it is unable to open the connection. I
can get more detail if needed.
Anyone else having this problem today or can tell me why it will only
get some of the files? Connection is to ftp ptf.boulder.ibm.com
Thanks!
Jim
Script follows;
user anonymous (password)
namefmt 1
lcd /ptfcatalog
ascii
cd /ccss/lv1/us37301/b8037301/00643676/c
get ftpSF99540.txt
get ilstSF99540.txt
binary
get SF99540_1.bin
get SF99540_2.bin
get SF99540_3.bin
get SF99540_4.bin
get SF99540_5.bin
get SF99540_6.bin
get SF99540_7.bin
get SF99540_8.bin
get SF99540_9.bin
get SF99540_10.bin
get SF99540_11.bin
get SF99540_12.bin
quit
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.